Home
last modified time | relevance | path

Searched defs:getMostRecentlyConnectedDevices (Results 1 – 6 of 6) sorted by relevance

/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/Bluetooth/src/com/android/bluetooth/btservice/storage/
H A DDatabaseManager.java615 public List<BluetoothDevice> getMostRecentlyConnectedDevices() { in getMostRecentlyConnectedDevices() method in DatabaseManager
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetooth.aidl237 List<BluetoothDevice> getMostRecentlyConnectedDevices(in AttributionSource attributionSource); in getMostRecentlyConnectedDevices() method
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java2451 public @NonNull List<BluetoothDevice> getMostRecentlyConnectedDevices() { in getMostRecentlyConnectedDevices() method in BluetoothAdapter
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java1543 public List<BluetoothDevice> getMostRecentlyConnectedDevices( in getMostRecentlyConnectedDevices() method in AdapterService.AdapterServiceBinder