Searched refs:getMostRecentlyConnectedA2dpDevice (Results 1 – 4 of 4) sorted by relevance
583 Assert.assertNull(mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()594 Assert.assertEquals(mTestDevice, mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()608 Assert.assertEquals(mTestDevice2, mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()624 Assert.assertEquals(mTestDevice, mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()640 Assert.assertNull(mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()659 Assert.assertNull(mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()679 Assert.assertEquals(mTestDevice, mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()699 Assert.assertEquals(mTestDevice, mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()719 Assert.assertEquals(mTestDevice, mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()739 Assert.assertNull(mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()[all …]
755 when(mDatabaseManager.getMostRecentlyConnectedA2dpDevice()).thenReturn(bondedDevice); in testAdapterOnAutoConnect()786 when(mDatabaseManager.getMostRecentlyConnectedA2dpDevice()) in testDisconnectNoAutoConnect()985 when(mDatabaseManager.getMostRecentlyConnectedA2dpDevice()) in testReconnectOnPartialConnect_PreviousPartialFail()
878 mDatabaseManager.getMostRecentlyConnectedA2dpDevice(); in autoConnect()
815 public BluetoothDevice getMostRecentlyConnectedA2dpDevice() { in getMostRecentlyConnectedA2dpDevice() method in DatabaseManager