Searched refs:isBluetoothAudioConnectedOrPending (Results 1 – 5 of 5) sorted by relevance
211 when(mockBluetoothRouteManager.isBluetoothAudioConnectedOrPending()).thenReturn(false); in testSpeakerPersistence()257 when(mockBluetoothRouteManager.isBluetoothAudioConnectedOrPending()).thenReturn(false); in testUserBluetoothSwitchOff()302 when(mockBluetoothRouteManager.isBluetoothAudioConnectedOrPending()).thenReturn(false); in testUserBluetoothSwitchOffAndOnAgain()332 when(mockBluetoothRouteManager.isBluetoothAudioConnectedOrPending()).thenReturn(false); in testUserBluetoothSwitchOffAndOnAgain()379 when(mockBluetoothRouteManager.isBluetoothAudioConnectedOrPending()).thenReturn(false); in testBluetoothRinging()415 when(mockBluetoothRouteManager.isBluetoothAudioConnectedOrPending()).thenReturn(false); in testConnectBluetoothDuringRinging()473 when(mockBluetoothRouteManager.isBluetoothAudioConnectedOrPending()).thenReturn(false); in testConnectSpecificBluetoothDevice()555 when(mockBluetoothRouteManager.isBluetoothAudioConnectedOrPending()).thenReturn(true); in testFocusChangeWithAlreadyActiveBtDevice()
205 .when(mockBluetoothRouteManager).isBluetoothAudioConnectedOrPending(); in setupMocksForParams()
45 return mBluetoothRouteManager.isBluetoothAudioConnectedOrPending(); in isBluetoothAudioOn()
1659 if (mBluetoothRouteManager.isBluetoothAudioConnectedOrPending()) { in setBluetoothOff()
506 public boolean isBluetoothAudioConnectedOrPending() { in isBluetoothAudioConnectedOrPending() method in BluetoothRouteManager