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.java180 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testSpeakerPersistence()
219 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testUserBluetoothSwitchOff()
264 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testUserBluetoothSwitchOffAndOnAgain()
339 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testBluetoothRinging()
345 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testBluetoothRinging()
372 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testConnectBluetoothDuringRinging()
394 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testConnectBluetoothDuringRinging()
438 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testConnectSpecificBluetoothDevice()
487 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()
419 case SWITCH_FOCUS: in processMessage()
491 case SWITCH_FOCUS: in processMessage()
618 case SWITCH_FOCUS: in processMessage()
690 case SWITCH_FOCUS: in processMessage()
863 case SWITCH_FOCUS: in processMessage()
957 case SWITCH_FOCUS: in processMessage()
1034 case SWITCH_FOCUS: in processMessage()
[all …]
DCallAudioManager.java486 CallAudioRouteStateMachine.SWITCH_FOCUS, focusState); in setCallAudioRouteFocusState()