Searched refs:isCachedLeAudioDevice (Results 1 – 6 of 6) sorted by relevance
220 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()
95 when(mBluetoothRouteManager.isCachedLeAudioDevice(any())).thenReturn(false); in testIsLeAudioDeviceOn()98 when(mBluetoothRouteManager.isCachedLeAudioDevice(any())).thenReturn(true); in testIsLeAudioDeviceOn()
750 when(mRouteManager.isCachedLeAudioDevice(eq(device3))).thenReturn(true); in testInBandRingingEnabledForLeDevice()
57 return mBluetoothRouteManager.isCachedLeAudioDevice( in isLeAudioDeviceOn()
927 if (mBluetoothRouteManager.isCachedLeAudioDevice(bluetoothDevice)) { in isInbandRingEnabled()
806 public boolean isCachedLeAudioDevice(BluetoothDevice device) { in isCachedLeAudioDevice() method in BluetoothRouteManager