Home
last modified time | relevance | path

Searched refs:getMostRecentlyConnectedA2dpDevice (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/
H A DDatabaseManagerTest.java446 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 …]
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DPhonePolicyTest.java157 when(mDatabaseManager.getMostRecentlyConnectedA2dpDevice()).thenReturn(bondedDevice); in testAdapterOnAutoConnect()
192 when(mDatabaseManager.getMostRecentlyConnectedA2dpDevice()).thenReturn( in testDisconnectNoAutoConnect()
318 when(mDatabaseManager.getMostRecentlyConnectedA2dpDevice()).thenReturn( in testReconnectOnPartialConnect_PreviousPartialFail()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DPhonePolicy.java428 mDatabaseManager.getMostRecentlyConnectedA2dpDevice(); in autoConnect()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
H A DDatabaseManager.java638 public BluetoothDevice getMostRecentlyConnectedA2dpDevice() { in getMostRecentlyConnectedA2dpDevice() method in DatabaseManager