Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java398 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 …]
DCallAudioRouteTransitionTests.java217 .when(mockBluetoothRouteManager).isBluetoothAvailable(); in setupMocksForParams()
385 .when(mockBluetoothRouteManager).isBluetoothAvailable(); in testQuiescentTransition()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java1767 return mBluetoothRouteManager.isBluetoothAvailable(); in isHfpDeviceAvailable()
1791 if (mBluetoothRouteManager.isBluetoothAvailable()) { in setBluetoothOn()
1812 if (mBluetoothRouteManager.isBluetoothAvailable()) { in setBluetoothOff()
1921 if (mBluetoothRouteManager.isBluetoothAvailable()) { in calculateSupportedRoutes()
DCallsManager.java3211 !mBluetoothRouteManager.isBluetoothAvailable() &&
3225 !mBluetoothRouteManager.isBluetoothAvailable();
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothRouteManager.java653 public boolean isBluetoothAvailable() { in isBluetoothAvailable() method in BluetoothRouteManager