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()
474 case USER_SWITCH_BLUETOOTH: in processMessage()
598 case USER_SWITCH_BLUETOOTH: in processMessage()
679 case USER_SWITCH_BLUETOOTH: in processMessage()
848 case USER_SWITCH_BLUETOOTH: in processMessage()
948 case USER_SWITCH_BLUETOOTH: in processMessage()
1031 case USER_SWITCH_BLUETOOTH: in processMessage()
[all …]
DCallAudioManager.java414 CallAudioRouteStateMachine.USER_SWITCH_BLUETOOTH, 0, bluetoothAddress); in setAudioRoute()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java341 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.USER_SWITCH_BLUETOOTH); in testUserBluetoothSwitchOffAndOnAgain()
491 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.USER_SWITCH_BLUETOOTH, in testConnectSpecificBluetoothDevice()