Home
last modified time | relevance | path

Searched refs:getMostRecentlyActiveHfpDevice (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java530 Assert.assertNull(mDatabaseManager.getMostRecentlyActiveHfpDevice()); in testSetConnectionHeadset()
540 Assert.assertEquals(mTestDevice, mDatabaseManager.getMostRecentlyActiveHfpDevice()); in testSetConnectionHeadset()
552 Assert.assertEquals(mTestDevice2, mDatabaseManager.getMostRecentlyActiveHfpDevice()); in testSetConnectionHeadset()
564 Assert.assertNotNull(mDatabaseManager.getMostRecentlyActiveHfpDevice()); in testSetConnectionHeadset()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java911 mDatabaseManager.getMostRecentlyActiveHfpDevice(); in autoConnect()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DDatabaseManager.java841 public BluetoothDevice getMostRecentlyActiveHfpDevice() { in getMostRecentlyActiveHfpDevice() method in DatabaseManager