Home
last modified time | relevance | path

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

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