Home
last modified time | relevance | path

Searched refs:getMostRecentlyConnectedDevices (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DSavedBluetoothDeviceUpdaterTest.java168 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()).thenReturn(bluetoothDevices); in forceUpdate_findCachedBluetoothDeviceIsMatched_addPreference()
186 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()).thenReturn(bluetoothDevices); in forceUpdate_findCachedBluetoothDeviceNotMatched_removePreference()
203 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()).thenReturn(bluetoothDevices); in forceUpdate_notFindCachedBluetoothDevice_doNothing()
241 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()).thenReturn(bluetoothDevices); in forceUpdate_deviceNotContain_removePreference()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/
H A DDatabaseManagerTest.java455 mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
470 mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
485 mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
500 mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
517 mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
535 mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
553 mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
571 mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
589 mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
607 mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowBluetoothAdapter.java63 protected List<BluetoothDevice> getMostRecentlyConnectedDevices() { in getMostRecentlyConnectedDevices() method in ShadowBluetoothAdapter
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/
H A DShadowBluetoothAdapter.java63 protected List<BluetoothDevice> getMostRecentlyConnectedDevices() { in getMostRecentlyConnectedDevices() method in ShadowBluetoothAdapter
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DSavedBluetoothDeviceUpdater.java64 mBluetoothAdapter.getMostRecentlyConnectedDevices(); in forceUpdate()
/aosp12/packages/apps/Settings/src/com/android/settings/connecteddevice/
H A DPreviouslyConnectedDevicePreferenceController.java133 mBluetoothAdapter.getMostRecentlyConnectedDevices(); in onDeviceAdded()
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetooth.aidl237 List<BluetoothDevice> getMostRecentlyConnectedDevices(in AttributionSource attributionSource); in getMostRecentlyConnectedDevices() method
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DLocalMediaManager.java517 mBluetoothAdapter.getMostRecentlyConnectedDevices(); in buildDisconnectedBluetoothDevice()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
H A DDatabaseManager.java615 public List<BluetoothDevice> getMostRecentlyConnectedDevices() { in getMostRecentlyConnectedDevices() method in DatabaseManager
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java2451 public @NonNull List<BluetoothDevice> getMostRecentlyConnectedDevices() { in getMostRecentlyConnectedDevices() method in BluetoothAdapter
2459 mService.getMostRecentlyConnectedDevices(mAttributionSource), in getMostRecentlyConnectedDevices()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java1543 public List<BluetoothDevice> getMostRecentlyConnectedDevices( in getMostRecentlyConnectedDevices() method in AdapterService.AdapterServiceBinder
1552 return service.mDatabaseManager.getMostRecentlyConnectedDevices(); in getMostRecentlyConnectedDevices()