Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothRouteManager.java758 boolean wasActiveDevicePresent = hasBtActiveDevice(); in onActiveDeviceChanged()
787 boolean isActiveDevicePresent = hasBtActiveDevice(); in onActiveDeviceChanged()
800 public boolean hasBtActiveDevice() { in hasBtActiveDevice() method in BluetoothRouteManager
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java1069 when(mockBluetoothRouteManager.hasBtActiveDevice()).thenReturn(false); in testInitializationWithAvailableButInactiveBtDevice()
1319 when(mockBluetoothRouteManager.hasBtActiveDevice()).thenReturn( in initializationTestHelper()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java1960 && mBluetoothRouteManager.hasBtActiveDevice()) { in getInitialAudioState()