Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRoutePeripheralAdapter.java83 CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in onBluetoothAudioConnected()
91 CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in onBluetoothAudioConnecting()
DCallAudioRouteAdapter.java52 int BT_AUDIO_CONNECTED = 1302; field
112 put(BT_AUDIO_CONNECTED, "BT_AUDIO_CONNECTED");
DCallAudioRouteStateMachine.java317 case BT_AUDIO_CONNECTED: in processMessage()
413 case BT_AUDIO_CONNECTED: in processMessage()
552 case BT_AUDIO_CONNECTED: in processMessage()
643 case BT_AUDIO_CONNECTED: in processMessage()
825 case BT_AUDIO_CONNECTED: in processMessage()
947 case BT_AUDIO_CONNECTED: in processMessage()
1030 case BT_AUDIO_CONNECTED: in processMessage()
1176 case BT_AUDIO_CONNECTED: in processMessage()
1274 case BT_AUDIO_CONNECTED: in processMessage()
1401 case BT_AUDIO_CONNECTED: in processMessage()
[all …]
DAudioRoute.java19 import static com.android.server.telecom.CallAudioRouteAdapter.BT_AUDIO_CONNECTED;
258 pendingAudioRoute.addMessage(BT_AUDIO_CONNECTED, mBluetoothAddress); in onDestRouteAsPendingRoute()
DCallAudioRouteController.java289 case BT_AUDIO_CONNECTED: in CallAudioRouteController()
629 mPendingAudioRoute.onMessageReceived(new Pair<>(BT_AUDIO_CONNECTED, in handleBtAudioActive()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRoutePeripheralAdapterTest.java131 CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in testOnBluetoothAudioConnected()
140 CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in testOnBluetoothAudioConnecting()
DCallAudioRouteStateMachineTest.java456 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in testUserBluetoothSwitchOff()
504 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in testUserBluetoothSwitchOffAndOnAgain()
530 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in testUserBluetoothSwitchOffAndOnAgain()
649 stateMachine.sendMessage(CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in testConnectBluetoothDuringRinging()
683 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in testConnectSpecificBluetoothDevice()
738 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in testCallDisconnectedWhenAudioRoutedToBluetooth()
1150 stateMachine.sendMessageDelayed(CallAudioRouteStateMachine.BT_AUDIO_CONNECTED, in testIgnoreSpeakerOffMessage()
1259 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in testQuiescentBluetoothRouteResetMute()
1305 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in testSupportRouteMaskUpdateWhenBtAudioConnected()
DCallAudioRouteControllerTest.java22 import static com.android.server.telecom.CallAudioRouteAdapter.BT_AUDIO_CONNECTED;
440 mController.sendMessageWithSessionInfo(BT_AUDIO_CONNECTED, 0, BLUETOOTH_DEVICE_1); in testSwitchBluetooth()
456 mController.sendMessageWithSessionInfo(BT_AUDIO_CONNECTED, 0, BLUETOOTH_DEVICE_1); in testSwitchBluetooth()
649 mController.sendMessageWithSessionInfo(BT_AUDIO_CONNECTED, 0, scoDevice); in testSwitchBetweenLeAndScoDevices()
736 mController.sendMessageWithSessionInfo(BT_AUDIO_CONNECTED, in verifyConnectBluetoothDevice()
DCallAudioRouteTransitionTests.java227 sm.sendMessageWithSessionInfo(CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in setupMocksForParams()
296 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in testActiveTransition()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothStateReceiver.java21 import static com.android.server.telecom.CallAudioRouteAdapter.BT_AUDIO_CONNECTED;
126 mCallAudioRouteAdapter.sendMessageWithSessionInfo(BT_AUDIO_CONNECTED, 0, in handleAudioStateChanged()