Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallTonePlayerTest.java220 when(mBluetoothRouteManager.isCachedLeAudioDevice(mDevice)).thenReturn(false); in testRingbackToneAudioStreamHeadset()
238 when(mBluetoothRouteManager.isCachedLeAudioDevice(mDevice)).thenReturn(false); in testCallWaitingToneAudioStreamHeadset()
256 when(mBluetoothRouteManager.isCachedLeAudioDevice(mDevice)).thenReturn(false); in testRingbackToneAudioStreamHearingAid()
274 when(mBluetoothRouteManager.isCachedLeAudioDevice(mDevice)).thenReturn(false); in testCallWaitingToneAudioStreamHearingAid()
DCallAudioRoutePeripheralAdapterTest.java95 when(mBluetoothRouteManager.isCachedLeAudioDevice(any())).thenReturn(false); in testIsLeAudioDeviceOn()
98 when(mBluetoothRouteManager.isCachedLeAudioDevice(any())).thenReturn(true); in testIsLeAudioDeviceOn()
DBluetoothDeviceManagerTest.java750 when(mRouteManager.isCachedLeAudioDevice(eq(device3))).thenReturn(true); in testInBandRingingEnabledForLeDevice()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRoutePeripheralAdapter.java57 return mBluetoothRouteManager.isCachedLeAudioDevice( in isLeAudioDeviceOn()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothDeviceManager.java927 if (mBluetoothRouteManager.isCachedLeAudioDevice(bluetoothDevice)) { in isInbandRingEnabled()
DBluetoothRouteManager.java806 public boolean isCachedLeAudioDevice(BluetoothDevice device) { in isCachedLeAudioDevice() method in BluetoothRouteManager