Home
last modified time | relevance | path

Searched refs:ENTER_TONE_OR_HOLD_FOCUS_FOR_TESTING (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioModeTransitionTests.java350 CallAudioModeStateMachine.ENTER_TONE_OR_HOLD_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
426 CallAudioModeStateMachine.ENTER_TONE_OR_HOLD_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
521 CallAudioModeStateMachine.ENTER_TONE_OR_HOLD_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
578 CallAudioModeStateMachine.ENTER_TONE_OR_HOLD_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
877 CallAudioModeStateMachine.ENTER_TONE_OR_HOLD_FOCUS_FOR_TESTING, // initialAudioS in generateTestCases()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioModeStateMachine.java170 public static final int ENTER_TONE_OR_HOLD_FOCUS_FOR_TESTING = 5; field in CallAudioModeStateMachine
206 put(ENTER_TONE_OR_HOLD_FOCUS_FOR_TESTING, "ENTER_TONE_OR_HOLD_FOCUS_FOR_TESTING");
251 case ENTER_TONE_OR_HOLD_FOCUS_FOR_TESTING: in processMessage()