Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioModeTransitionTests.java274 CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
312 CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
331 CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
388 CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
407 CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
445 CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
502 CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
540 CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
559 CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
617 CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
[all …]
DCallAudioModeStateMachineTest.java350 sm.sendMessage(CallAudioModeStateMachine.ENTER_CALL_FOCUS_FOR_TESTING); in testAudioFocusRequestWithResolveHiddenDependencies()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioModeStateMachine.java167 public static final int ENTER_CALL_FOCUS_FOR_TESTING = 2; field in CallAudioModeStateMachine
202 put(ENTER_CALL_FOCUS_FOR_TESTING, "ENTER_CALL_FOCUS_FOR_TESTING");
242 case ENTER_CALL_FOCUS_FOR_TESTING: in processMessage()