Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:cachedDevices

427         Collection<CachedBluetoothDevice> cachedDevices = mDeviceManager.getCachedDevicesCopy();
429 if (btDevices == null || cachedDevices == null || btDevices.isEmpty()) {
434 Log.d(TAG, "cachedDeviceUIs = " + cachedDevices.size());
437 for (CachedBluetoothDevice deviceUI : cachedDevices) {