Home
last modified time | relevance | path

Searched refs:hasBtActiveDevice (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java572 when(mockBluetoothRouteManager.hasBtActiveDevice()).thenReturn(false); in testInitializationWithAvailableButInactiveBtDevice()
593 when(mockBluetoothRouteManager.hasBtActiveDevice()).thenReturn( in initializationTestHelper()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothRouteManager.java605 public boolean hasBtActiveDevice() { in hasBtActiveDevice() method in BluetoothRouteManager
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java1771 && mBluetoothRouteManager.hasBtActiveDevice()) { in getInitialAudioState()