Home
last modified time | relevance | path

Searched refs:cachedDevices (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothDeviceUpdater.java113 final Collection<CachedBluetoothDevice> cachedDevices = in forceUpdate() local
115 for (CachedBluetoothDevice cachedBluetoothDevice : cachedDevices) { in forceUpdate()
122 final Collection<CachedBluetoothDevice> cachedDevices = in removeAllDevicesFromPreference() local
124 for (CachedBluetoothDevice cachedBluetoothDevice : cachedDevices) { in removeAllDevicesFromPreference()
DDeviceListPreferenceFragment.java139 Collection<CachedBluetoothDevice> cachedDevices = in addCachedDevices() local
141 for (CachedBluetoothDevice cachedDevice : cachedDevices) { in addCachedDevices()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDeviceUpdater.java117 final Collection<CachedBluetoothDevice> cachedDevices = in forceUpdate() local
119 for (CachedBluetoothDevice cachedBluetoothDevice : cachedDevices) { in forceUpdate()
132 final Collection<CachedBluetoothDevice> cachedDevices = in removeAllDevicesFromPreference() local
134 for (CachedBluetoothDevice cachedBluetoothDevice : cachedDevices) { in removeAllDevicesFromPreference()
DDeviceListPreferenceFragment.java139 Collection<CachedBluetoothDevice> cachedDevices = in addCachedDevices() local
141 for (CachedBluetoothDevice cachedDevice : cachedDevices) { in addCachedDevices()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDevicesGroupPreferenceController.java104 Collection<CachedBluetoothDevice> cachedDevices = in updateState() local
108 devicesToRemove.removeAll(cachedDevices); in updateState()
113 for (CachedBluetoothDevice cachedDevice : cachedDevices) { in updateState()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowCachedBluetoothDeviceManager.java36 public void setCachedDevicesCopy(Collection<CachedBluetoothDevice> cachedDevices) { in setCachedDevicesCopy() argument
37 mCachedDevices = cachedDevices; in setCachedDevicesCopy()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSlice.java182 final Collection<CachedBluetoothDevice> cachedDevices = in getConnectedBluetoothDevices() local
186 return cachedDevices.stream() in getConnectedBluetoothDevices()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DBluetoothDevicesSlice.java185 final Collection<CachedBluetoothDevice> cachedDevices = in getConnectedBluetoothDevices() local
189 return cachedDevices.stream() in getConnectedBluetoothDevices()