Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DActiveDeviceManagerTest.java211 Assert.assertEquals(mHeadsetDevice, mActiveDeviceManager.getHfpActiveDevice()); in headsetActiveDeviceSelected_setActive()
289 Assert.assertEquals(mA2dpHeadsetDevice, mActiveDeviceManager.getHfpActiveDevice()); in hearingAidActive_setHeadsetActiveExplicitly()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DActiveDeviceManager.java490 BluetoothDevice getHfpActiveDevice() { in getHfpActiveDevice() method in ActiveDeviceManager