Searched refs:isBluetoothAvailable (Results 1 – 6 of 6) sorted by relevance
166 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(true); in testSpeakerPersistence()212 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(true); in testUserBluetoothSwitchOff()257 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(true); in testUserBluetoothSwitchOffAndOnAgain()283 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(true); in testUserBluetoothSwitchOffAndOnAgain()330 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(true); in testBluetoothRinging()366 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(false); in testConnectBluetoothDuringRinging()378 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(true); in testConnectBluetoothDuringRinging()424 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(true); in testConnectSpecificBluetoothDevice()475 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(true); in testFocusChangeWithAlreadyActiveBtDevice()571 when(mockBluetoothRouteManager.isBluetoothAvailable()).thenReturn(true); in testInitializationWithAvailableButInactiveBtDevice()[all …]
208 .when(mockBluetoothRouteManager).isBluetoothAvailable(); in setupMocksForParams()363 .when(mockBluetoothRouteManager).isBluetoothAvailable(); in testQuiescentTransition()
114 if (isBluetoothAvailable() && mCarTrustAgentUnlockService != null) { in onDeviceLocked()127 if (isBluetoothAvailable() && mCarTrustAgentUnlockService != null) { in onDeviceUnlocked()132 private boolean isBluetoothAvailable() { in isBluetoothAvailable() method in CarBleTrustAgent
1595 return mBluetoothRouteManager.isBluetoothAvailable(); in isHfpDeviceAvailable()1609 if (mBluetoothRouteManager.isBluetoothAvailable()) { in setBluetoothOn()1630 if (mBluetoothRouteManager.isBluetoothAvailable()) { in setBluetoothOff()1732 if (mBluetoothRouteManager.isBluetoothAvailable()) { in calculateSupportedRoutes()
2399 !mBluetoothRouteManager.isBluetoothAvailable() &&2413 !mBluetoothRouteManager.isBluetoothAvailable();
496 public boolean isBluetoothAvailable() { in isBluetoothAvailable() method in BluetoothRouteManager