Home
last modified time | relevance | path

Searched refs:BT_AUDIO_CONNECTED (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java145 public static final int BT_AUDIO_CONNECTED = 1302; field in CallAudioRouteStateMachine
201 put(BT_AUDIO_CONNECTED, "BT_AUDIO_CONNECTED");
387 case BT_AUDIO_CONNECTED: in processMessage()
467 case BT_AUDIO_CONNECTED: in processMessage()
589 case BT_AUDIO_CONNECTED: in processMessage()
667 case BT_AUDIO_CONNECTED: in processMessage()
829 case BT_AUDIO_CONNECTED: in processMessage()
931 case BT_AUDIO_CONNECTED: in processMessage()
1012 case BT_AUDIO_CONNECTED: in processMessage()
1141 case BT_AUDIO_CONNECTED: in processMessage()
[all …]
DCallAudioRoutePeripheralAdapter.java69 CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in onBluetoothAudioConnected()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java221 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in testUserBluetoothSwitchOff()
266 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in testUserBluetoothSwitchOffAndOnAgain()
288 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in testUserBluetoothSwitchOffAndOnAgain()
401 stateMachine.sendMessage(CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in testConnectBluetoothDuringRinging()
429 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in testConnectSpecificBluetoothDevice()
DCallAudioRouteTransitionTests.java218 sm.sendMessageWithSessionInfo(CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in setupMocksForParams()
284 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in testActiveTransition()