Searched refs:getMostRecentlyConnectedDevices (Results 1 – 11 of 11) sorted by relevance
168 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()
455 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()
63 protected List<BluetoothDevice> getMostRecentlyConnectedDevices() { in getMostRecentlyConnectedDevices() method in ShadowBluetoothAdapter
64 mBluetoothAdapter.getMostRecentlyConnectedDevices(); in forceUpdate()
133 mBluetoothAdapter.getMostRecentlyConnectedDevices(); in onDeviceAdded()
237 List<BluetoothDevice> getMostRecentlyConnectedDevices(in AttributionSource attributionSource); in getMostRecentlyConnectedDevices() method
517 mBluetoothAdapter.getMostRecentlyConnectedDevices(); in buildDisconnectedBluetoothDevice()
615 public List<BluetoothDevice> getMostRecentlyConnectedDevices() { in getMostRecentlyConnectedDevices() method in DatabaseManager
2451 public @NonNull List<BluetoothDevice> getMostRecentlyConnectedDevices() { in getMostRecentlyConnectedDevices() method in BluetoothAdapter2459 mService.getMostRecentlyConnectedDevices(mAttributionSource), in getMostRecentlyConnectedDevices()
1543 public List<BluetoothDevice> getMostRecentlyConnectedDevices( in getMostRecentlyConnectedDevices() method in AdapterService.AdapterServiceBinder1552 return service.mDatabaseManager.getMostRecentlyConnectedDevices(); in getMostRecentlyConnectedDevices()