Home
last modified time | relevance | path

Searched refs:SWITCH_FOCUS (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java226 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testSpeakerPersistence()
265 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testUserBluetoothSwitchOff()
310 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testUserBluetoothSwitchOffAndOnAgain()
389 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testBluetoothRinging()
395 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testBluetoothRinging()
422 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testConnectBluetoothDuringRinging()
444 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testConnectBluetoothDuringRinging()
488 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testConnectSpecificBluetoothDevice()
527 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testFocusChangeFromQuiescentSpeaker()
568 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testFocusChangeWithAlreadyActiveBtDevice()
DCallAudioRouteTransitionTests.java280 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testActiveTransition()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java153 public static final int SWITCH_FOCUS = 4001; field in CallAudioRouteStateMachine
209 put(SWITCH_FOCUS, "SWITCH_FOCUS");
318 case SWITCH_FOCUS: in processMessage()
421 case SWITCH_FOCUS: in processMessage()
493 case SWITCH_FOCUS: in processMessage()
625 case SWITCH_FOCUS: in processMessage()
697 case SWITCH_FOCUS: in processMessage()
876 case SWITCH_FOCUS: in processMessage()
972 case SWITCH_FOCUS: in processMessage()
1049 case SWITCH_FOCUS: in processMessage()
[all …]
DCallAudioManager.java498 CallAudioRouteStateMachine.SWITCH_FOCUS, focusState); in setCallAudioRouteFocusState()