Searched refs:isBluetoothAudioConnectedOrPending (Results 1 – 5 of 5) sorted by relevance
165 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()
205 .when(mockBluetoothRouteManager).isBluetoothAudioConnectedOrPending(); in setupMocksForParams()
45 return mBluetoothRouteManager.isBluetoothAudioConnectedOrPending(); in isBluetoothAudioOn()
1631 if (mBluetoothRouteManager.isBluetoothAudioConnectedOrPending()) { in setBluetoothOff()
506 public boolean isBluetoothAudioConnectedOrPending() { in isBluetoothAudioConnectedOrPending() method in BluetoothRouteManager