Searched refs:BT_AUDIO_CONNECTED (Results 1 – 10 of 10) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioRoutePeripheralAdapter.java | 83 CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in onBluetoothAudioConnected() 91 CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in onBluetoothAudioConnecting()
|
D | CallAudioRouteAdapter.java | 52 int BT_AUDIO_CONNECTED = 1302; field 112 put(BT_AUDIO_CONNECTED, "BT_AUDIO_CONNECTED");
|
D | CallAudioRouteStateMachine.java | 317 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 …]
|
D | AudioRoute.java | 19 import static com.android.server.telecom.CallAudioRouteAdapter.BT_AUDIO_CONNECTED; 258 pendingAudioRoute.addMessage(BT_AUDIO_CONNECTED, mBluetoothAddress); in onDestRouteAsPendingRoute()
|
D | CallAudioRouteController.java | 289 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/ |
D | CallAudioRoutePeripheralAdapterTest.java | 131 CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in testOnBluetoothAudioConnected() 140 CallAudioRouteStateMachine.BT_AUDIO_CONNECTED); in testOnBluetoothAudioConnecting()
|
D | CallAudioRouteStateMachineTest.java | 456 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()
|
D | CallAudioRouteControllerTest.java | 22 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()
|
D | CallAudioRouteTransitionTests.java | 227 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/ |
D | BluetoothStateReceiver.java | 21 import static com.android.server.telecom.CallAudioRouteAdapter.BT_AUDIO_CONNECTED; 126 mCallAudioRouteAdapter.sendMessageWithSessionInfo(BT_AUDIO_CONNECTED, 0, in handleAudioStateChanged()
|