Home
last modified time | relevance | path

Searched refs:USER_SWITCH_BLUETOOTH (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java235 case USER_SWITCH_BLUETOOTH: in processMessage()
321 case USER_SWITCH_BLUETOOTH: in processMessage()
418 case USER_SWITCH_BLUETOOTH: in processMessage()
556 case USER_SWITCH_BLUETOOTH: in processMessage()
648 case USER_SWITCH_BLUETOOTH: in processMessage()
833 case USER_SWITCH_BLUETOOTH: in processMessage()
951 case USER_SWITCH_BLUETOOTH: in processMessage()
1034 case USER_SWITCH_BLUETOOTH: in processMessage()
1179 case USER_SWITCH_BLUETOOTH: in processMessage()
1279 case USER_SWITCH_BLUETOOTH: in processMessage()
[all …]
DCallAudioRouteAdapter.java39 int USER_SWITCH_BLUETOOTH = 1102; field
104 put(USER_SWITCH_BLUETOOTH, "USER_SWITCH_BLUETOOTH");
DCallAudioManager.java472 CallAudioRouteStateMachine.USER_SWITCH_BLUETOOTH, 0, bluetoothAddress); in setAudioRoute()
DCallAudioRouteController.java256 case USER_SWITCH_BLUETOOTH: in CallAudioRouteController()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteControllerTest.java39 import static com.android.server.telecom.CallAudioRouteAdapter.USER_SWITCH_BLUETOOTH;
454 mController.sendMessageWithSessionInfo(USER_SWITCH_BLUETOOTH, 0, in testSwitchBluetooth()
648 mController.sendMessageWithSessionInfo(USER_SWITCH_BLUETOOTH, 0, scoDevice.getAddress()); in testSwitchBetweenLeAndScoDevices()
DCallAudioRouteStateMachineTest.java533 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.USER_SWITCH_BLUETOOTH); in testUserBluetoothSwitchOffAndOnAgain()
695 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.USER_SWITCH_BLUETOOTH, in testConnectSpecificBluetoothDevice()
1156 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.USER_SWITCH_BLUETOOTH); in testIgnoreSpeakerOffMessage()