Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c46ee3b authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Merge "Update audio processing mode constant"

am: 733b7e1f

Change-Id: I35cb5c12a0b944b3e0f99f9146cfa5c38c2061c2
parents 4db4bfca 733b7e1f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -122,8 +122,8 @@ public class CallAudioModeStateMachine extends StateMachine {
        }
    }

    // TODO: remove this and replace when the new audio mode gets checked in.
    public static final int NEW_AUDIO_MODE_FOR_AUDIO_PROCESSING = AudioManager.MODE_NORMAL;
    // TODO: remove this and replace when the new audio mode gets pushed to AOSP.
    public static final int NEW_AUDIO_MODE_FOR_AUDIO_PROCESSING = 4;

    public static final int INITIALIZE = 1;
    // These ENTER_*_FOCUS commands are for testing.