Home
last modified time | relevance | path

Searched refs:isBluetoothAvailable (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java166 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 …]
DCallAudioRouteTransitionTests.java208 .when(mockBluetoothRouteManager).isBluetoothAvailable(); in setupMocksForParams()
363 .when(mockBluetoothRouteManager).isBluetoothAvailable(); in testQuiescentTransition()
/packages/services/Car/service/src/com/android/car/trust/
DCarBleTrustAgent.java114 if (isBluetoothAvailable() && mCarTrustAgentUnlockService != null) { in onDeviceLocked()
127 if (isBluetoothAvailable() && mCarTrustAgentUnlockService != null) { in onDeviceUnlocked()
132 private boolean isBluetoothAvailable() { in isBluetoothAvailable() method in CarBleTrustAgent
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java1595 return mBluetoothRouteManager.isBluetoothAvailable(); in isHfpDeviceAvailable()
1609 if (mBluetoothRouteManager.isBluetoothAvailable()) { in setBluetoothOn()
1630 if (mBluetoothRouteManager.isBluetoothAvailable()) { in setBluetoothOff()
1732 if (mBluetoothRouteManager.isBluetoothAvailable()) { in calculateSupportedRoutes()
DCallsManager.java2399 !mBluetoothRouteManager.isBluetoothAvailable() &&
2413 !mBluetoothRouteManager.isBluetoothAvailable();
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothRouteManager.java496 public boolean isBluetoothAvailable() { in isBluetoothAvailable() method in BluetoothRouteManager