Home
last modified time | relevance | path

Searched defs:cachedDevices (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DSavedBluetoothDeviceUpdaterTest.java232 final Collection<CachedBluetoothDevice> cachedDevices = new ArrayList<>(); in forceUpdate_bluetoothAdapterNotEnable_removeAllDevicesFromPreference() local
290 final Collection<CachedBluetoothDevice> cachedDevices = new ArrayList<>(); in update_notExclusivelyManagedDevice_addDevice() local
310 final Collection<CachedBluetoothDevice> cachedDevices = new ArrayList<>(); in update_existingExclusivelyManagedDevice_packageEnabled_removePreference() local
332 final Collection<CachedBluetoothDevice> cachedDevices = new ArrayList<>(); in update_newExclusivelyManagedDevice_packageEnabled_doNotAddPreference() local
354 final Collection<CachedBluetoothDevice> cachedDevices = new ArrayList<>(); in update_exclusivelyManagedDevice_packageNotInstalled_addDevice() local
375 final Collection<CachedBluetoothDevice> cachedDevices = new ArrayList<>(); in update_exclusivelyManagedDevice_packageNotEnabled_addDevice() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationBackendTest.java207 Collection<CachedBluetoothDevice> cachedDevices = new ArrayList<>(); in getDeviceList_noAssociations() local
238 Collection<CachedBluetoothDevice> cachedDevices = new ArrayList<>(); in getDeviceList_singleDevice() local
255 Collection<CachedBluetoothDevice> cachedDevices = new ArrayList<>(); in getDeviceList_multipleDevices() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowCachedBluetoothDeviceManager.java36 public void setCachedDevicesCopy(Collection<CachedBluetoothDevice> cachedDevices) { in setCachedDevicesCopy()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDeviceUpdater.java123 final Collection<CachedBluetoothDevice> cachedDevices = in forceUpdate() local
139 final Collection<CachedBluetoothDevice> cachedDevices = in removeAllDevicesFromPreference() local
369 Collection<CachedBluetoothDevice> cachedDevices = in isDeviceOfMapInCachedDevicesList() local
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DPairedBluetoothDevices.java112 Collection<CachedBluetoothDevice> cachedDevices = in getQCItem() local
169 Collection<CachedBluetoothDevice> cachedDevices = in onNotifyChange() local
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDevicesGroupPreferenceController.java124 Collection<CachedBluetoothDevice> cachedDevices = in updateState() local
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSlice.java191 final Collection<CachedBluetoothDevice> cachedDevices = in getPairedBluetoothDevices() local
/packages/apps/Settings/src/com/android/settings/sound/
DAudioSwitchPreferenceController.java287 Collection<CachedBluetoothDevice> cachedDevices = in isDeviceInCachedList() local
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java154 final Collection<CachedBluetoothDevice> cachedDevices = in getDeviceList() local