Searched refs:getMostRecentlyConnectedA2dpDevice (Results 1 – 4 of 4) sorted by relevance
446 Assert.assertNull(mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()456 Assert.assertEquals(mTestDevice, mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()468 Assert.assertEquals(mTestDevice2, mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()483 Assert.assertEquals(mTestDevice, mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()498 Assert.assertNull(mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()515 Assert.assertNull(mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()533 Assert.assertEquals(mTestDevice, mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()551 Assert.assertEquals(mTestDevice, mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()569 Assert.assertEquals(mTestDevice, mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()587 Assert.assertNull(mDatabaseManager.getMostRecentlyConnectedA2dpDevice()); in testSetConnection()[all …]
157 when(mDatabaseManager.getMostRecentlyConnectedA2dpDevice()).thenReturn(bondedDevice); in testAdapterOnAutoConnect()192 when(mDatabaseManager.getMostRecentlyConnectedA2dpDevice()).thenReturn( in testDisconnectNoAutoConnect()318 when(mDatabaseManager.getMostRecentlyConnectedA2dpDevice()).thenReturn( in testReconnectOnPartialConnect_PreviousPartialFail()
428 mDatabaseManager.getMostRecentlyConnectedA2dpDevice(); in autoConnect()
638 public BluetoothDevice getMostRecentlyConnectedA2dpDevice() { in getMostRecentlyConnectedA2dpDevice() method in DatabaseManager