Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioModeStateMachineTest.java197 CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
235 CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
254 CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
311 CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
330 CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
387 CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
406 CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
464 CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
503 CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioModeStateMachine.java70 public static final int ENTER_CALL_FOCUS_FOR_TESTING = 2; field in CallAudioModeStateMachine
93 put(ENTER_CALL_FOCUS_FOR_TESTING, "ENTER_CALL_FOCUS_FOR_TESTING");
122 case ENTER_CALL_FOCUS_FOR_TESTING: in processMessage()