Searched refs:getMostRecentlyActiveHfpDevice (Results 1 – 3 of 3) sorted by relevance
530 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()
911 mDatabaseManager.getMostRecentlyActiveHfpDevice(); in autoConnect()
841 public BluetoothDevice getMostRecentlyActiveHfpDevice() { in getMostRecentlyActiveHfpDevice() method in DatabaseManager