Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceListPreferenceFragment.java130 Collection<CachedBluetoothDevice> cachedDevices = in addCachedDevices() local
132 for (CachedBluetoothDevice cachedDevice : cachedDevices) { in addCachedDevices()
DDockService.java427 Collection<CachedBluetoothDevice> cachedDevices = mDeviceManager.getCachedDevicesCopy(); in hasOtherConnectedDevices() local
429 if (btDevices == null || cachedDevices == null || btDevices.isEmpty()) { in hasOtherConnectedDevices()
434 Log.d(TAG, "cachedDeviceUIs = " + cachedDevices.size()); in hasOtherConnectedDevices()
437 for (CachedBluetoothDevice deviceUI : cachedDevices) { in hasOtherConnectedDevices()