Searched refs:SWITCH_FOCUS (Results 1 – 4 of 4) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallAudioRouteStateMachineTest.java | 180 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()
|
D | CallAudioRouteTransitionTests.java | 280 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testActiveTransition()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioRouteStateMachine.java | 153 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 …]
|
D | CallAudioManager.java | 486 CallAudioRouteStateMachine.SWITCH_FOCUS, focusState); in setCallAudioRouteFocusState()
|