Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java132 public static final int USER_SWITCH_BLUETOOTH = 1102; field in CallAudioRouteStateMachine
193 put(USER_SWITCH_BLUETOOTH, "USER_SWITCH_BLUETOOTH");
314 case USER_SWITCH_BLUETOOTH: in processMessage()
391 case USER_SWITCH_BLUETOOTH: in processMessage()
470 case USER_SWITCH_BLUETOOTH: in processMessage()
592 case USER_SWITCH_BLUETOOTH: in processMessage()
671 case USER_SWITCH_BLUETOOTH: in processMessage()
835 case USER_SWITCH_BLUETOOTH: in processMessage()
933 case USER_SWITCH_BLUETOOTH: in processMessage()
1014 case USER_SWITCH_BLUETOOTH: in processMessage()
[all …]
DCallAudioManager.java406 CallAudioRouteStateMachine.USER_SWITCH_BLUETOOTH, 0, bluetoothAddress); in setAudioRoute()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java291 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.USER_SWITCH_BLUETOOTH); in testUserBluetoothSwitchOffAndOnAgain()
441 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.USER_SWITCH_BLUETOOTH, in testConnectSpecificBluetoothDevice()