Searched refs:SWITCH_FOCUS (Results 1 – 7 of 7) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallAudioRouteStateMachineTest.java | 412 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testSpeakerPersistence() 454 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testUserBluetoothSwitchOff() 502 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testUserBluetoothSwitchOffAndOnAgain() 584 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testBluetoothRinging() 590 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testBluetoothRinging() 620 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testConnectBluetoothDuringRinging() 642 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testConnectBluetoothDuringRinging() 692 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testConnectSpecificBluetoothDevice() 754 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testCallDisconnectedWhenAudioRoutedToBluetooth() 758 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testCallDisconnectedWhenAudioRoutedToBluetooth() [all …]
|
D | CallAudioRouteControllerTest.java | 38 import static com.android.server.telecom.CallAudioRouteAdapter.SWITCH_FOCUS; 218 mController.sendMessageWithSessionInfo(SWITCH_FOCUS, ACTIVE_FOCUS); in testNormalCallRouteToEarpiece() 236 mController.sendMessageWithSessionInfo(SWITCH_FOCUS, ACTIVE_FOCUS); in testVideoCallHoldRouteToEarpiece() 249 mController.sendMessageWithSessionInfo(SWITCH_FOCUS, ACTIVE_FOCUS); in testVideoCallRouteToSpeaker() 317 mController.sendMessageWithSessionInfo(SWITCH_FOCUS, RINGING_FOCUS); in testSwitchFocusForBluetoothDeviceSupportInbandRinging() 322 mController.sendMessageWithSessionInfo(SWITCH_FOCUS, ACTIVE_FOCUS); in testSwitchFocusForBluetoothDeviceSupportInbandRinging() 325 mController.sendMessageWithSessionInfo(SWITCH_FOCUS, NO_FOCUS); in testSwitchFocusForBluetoothDeviceSupportInbandRinging() 563 mController.sendMessageWithSessionInfo(SWITCH_FOCUS, NO_FOCUS); in testMuteOffAfterCallEnds()
|
D | CallAudioRouteTransitionTests.java | 292 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.SWITCH_FOCUS, in testActiveTransition()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioRouteAdapter.java | 60 int SWITCH_FOCUS = 4001; field 120 put(SWITCH_FOCUS, "SWITCH_FOCUS");
|
D | CallAudioRouteStateMachine.java | 239 case SWITCH_FOCUS: in processMessage() 365 case SWITCH_FOCUS: in processMessage() 439 case SWITCH_FOCUS: in processMessage() 591 case SWITCH_FOCUS: in processMessage() 666 case SWITCH_FOCUS: in processMessage() 861 case SWITCH_FOCUS: in processMessage() 975 case SWITCH_FOCUS: in processMessage() 1052 case SWITCH_FOCUS: in processMessage() 1223 case SWITCH_FOCUS: in processMessage() 1304 case SWITCH_FOCUS: in processMessage() [all …]
|
D | CallAudioManager.java | 580 CallAudioRouteStateMachine.SWITCH_FOCUS, focusState); in setCallAudioRouteFocusState()
|
D | CallAudioRouteController.java | 306 case SWITCH_FOCUS: in CallAudioRouteController()
|