Searched refs:isBluetoothAvailable (Results 1 – 5 of 5) sorted by relevance
398 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(true); in testSpeakerPersistence()447 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(true); in testUserBluetoothSwitchOff()495 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(true); in testUserBluetoothSwitchOffAndOnAgain()525 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(true); in testUserBluetoothSwitchOffAndOnAgain()575 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(true); in testBluetoothRinging()614 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(false); in testConnectBluetoothDuringRinging()626 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(true); in testConnectBluetoothDuringRinging()678 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(true); in testConnectSpecificBluetoothDevice()731 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(true); in testCallDisconnectedWhenAudioRoutedToBluetooth()866 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(true); in testFocusChangeWithAlreadyActiveBtDevice()[all …]
217 .when(mockBluetoothRouteManager).isBluetoothAvailable(); in setupMocksForParams()385 .when(mockBluetoothRouteManager).isBluetoothAvailable(); in testQuiescentTransition()
1767 return mBluetoothRouteManager.isBluetoothAvailable(); in isHfpDeviceAvailable()1791 if (mBluetoothRouteManager.isBluetoothAvailable()) { in setBluetoothOn()1812 if (mBluetoothRouteManager.isBluetoothAvailable()) { in setBluetoothOff()1921 if (mBluetoothRouteManager.isBluetoothAvailable()) { in calculateSupportedRoutes()
3211 !mBluetoothRouteManager.isBluetoothAvailable() &&3225 !mBluetoothRouteManager.isBluetoothAvailable();
653 public boolean isBluetoothAvailable() { in isBluetoothAvailable() method in BluetoothRouteManager