Searched refs:cachedDevices (Results 1 – 8 of 8) sorted by relevance
113 final Collection<CachedBluetoothDevice> cachedDevices = in forceUpdate() local115 for (CachedBluetoothDevice cachedBluetoothDevice : cachedDevices) { in forceUpdate()122 final Collection<CachedBluetoothDevice> cachedDevices = in removeAllDevicesFromPreference() local124 for (CachedBluetoothDevice cachedBluetoothDevice : cachedDevices) { in removeAllDevicesFromPreference()
139 Collection<CachedBluetoothDevice> cachedDevices = in addCachedDevices() local141 for (CachedBluetoothDevice cachedDevice : cachedDevices) { in addCachedDevices()
117 final Collection<CachedBluetoothDevice> cachedDevices = in forceUpdate() local119 for (CachedBluetoothDevice cachedBluetoothDevice : cachedDevices) { in forceUpdate()132 final Collection<CachedBluetoothDevice> cachedDevices = in removeAllDevicesFromPreference() local134 for (CachedBluetoothDevice cachedBluetoothDevice : cachedDevices) { in removeAllDevicesFromPreference()
104 Collection<CachedBluetoothDevice> cachedDevices = in updateState() local108 devicesToRemove.removeAll(cachedDevices); in updateState()113 for (CachedBluetoothDevice cachedDevice : cachedDevices) { in updateState()
36 public void setCachedDevicesCopy(Collection<CachedBluetoothDevice> cachedDevices) { in setCachedDevicesCopy() argument37 mCachedDevices = cachedDevices; in setCachedDevicesCopy()
182 final Collection<CachedBluetoothDevice> cachedDevices = in getConnectedBluetoothDevices() local186 return cachedDevices.stream() in getConnectedBluetoothDevices()
185 final Collection<CachedBluetoothDevice> cachedDevices = in getConnectedBluetoothDevices() local189 return cachedDevices.stream() in getConnectedBluetoothDevices()