Home
last modified time | relevance | path

Searched refs:getHearingAidActiveDevice (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DActiveDeviceManagerTest.java269 Assert.assertEquals(null, mActiveDeviceManager.getHearingAidActiveDevice()); in hearingAidActive_setA2dpActiveExplicitly()
290 Assert.assertEquals(null, mActiveDeviceManager.getHearingAidActiveDevice()); in hearingAidActive_setHeadsetActiveExplicitly()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DActiveDeviceManager.java495 BluetoothDevice getHearingAidActiveDevice() { in getHearingAidActiveDevice() method in ActiveDeviceManager