Home
last modified time | relevance | path

Searched refs:isHearingAidSetAsCommunicationDevice (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothRouteManagerTest.java106 when(mDeviceManager.isHearingAidSetAsCommunicationDevice()).thenReturn(true); in testConnectLeftHearingAidWhenLeftIsActive()
132 when(mDeviceManager.isHearingAidSetAsCommunicationDevice()).thenReturn(true); in testConnectRightHearingAidWhenLeftIsActive()
DBluetoothDeviceManagerTest.java817 assertFalse(mBluetoothDeviceManager.isHearingAidSetAsCommunicationDevice()); in assertClearHearingAidOrLeCommunicationDevice()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothDeviceManager.java583 public boolean isHearingAidSetAsCommunicationDevice() { in isHearingAidSetAsCommunicationDevice() method in BluetoothDeviceManager
DBluetoothRouteManager.java1109 : mDeviceManager.isHearingAidSetAsCommunicationDevice();