Home
last modified time | relevance | path

Searched refs:isBluetoothAudioConnectedOrPending (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java165 when(mockBluetoothRouteManager.isBluetoothAudioConnectedOrPending()).thenReturn(false); in testSpeakerPersistence()
211 when(mockBluetoothRouteManager.isBluetoothAudioConnectedOrPending()).thenReturn(false); in testUserBluetoothSwitchOff()
256 when(mockBluetoothRouteManager.isBluetoothAudioConnectedOrPending()).thenReturn(false); in testUserBluetoothSwitchOffAndOnAgain()
282 when(mockBluetoothRouteManager.isBluetoothAudioConnectedOrPending()).thenReturn(false); in testUserBluetoothSwitchOffAndOnAgain()
329 when(mockBluetoothRouteManager.isBluetoothAudioConnectedOrPending()).thenReturn(false); in testBluetoothRinging()
365 when(mockBluetoothRouteManager.isBluetoothAudioConnectedOrPending()).thenReturn(false); in testConnectBluetoothDuringRinging()
423 when(mockBluetoothRouteManager.isBluetoothAudioConnectedOrPending()).thenReturn(false); in testConnectSpecificBluetoothDevice()
474 when(mockBluetoothRouteManager.isBluetoothAudioConnectedOrPending()).thenReturn(true); in testFocusChangeWithAlreadyActiveBtDevice()
DCallAudioRouteTransitionTests.java205 .when(mockBluetoothRouteManager).isBluetoothAudioConnectedOrPending(); in setupMocksForParams()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRoutePeripheralAdapter.java45 return mBluetoothRouteManager.isBluetoothAudioConnectedOrPending(); in isBluetoothAudioOn()
DCallAudioRouteStateMachine.java1631 if (mBluetoothRouteManager.isBluetoothAudioConnectedOrPending()) { in setBluetoothOff()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothRouteManager.java506 public boolean isBluetoothAudioConnectedOrPending() { in isBluetoothAudioConnectedOrPending() method in BluetoothRouteManager