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

Commit 74a90311 authored by Hall Liu's avatar Hall Liu
Browse files

Update audio processing mode constant

Copy over the constant from internal (4) to use in Telecom when in the
audio processing state.

Bug: 144957067
Test: unit
Change-Id: I44f80227e8931f05aed9a2e5fb3fc5af8ecead59
parent 29cbb62d
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.