HomeSort by relevance Sort by last modified time
    Searched refs:cachedDevices (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
PbapClientProfile.java 89 Collection<CachedBluetoothDevice> cachedDevices = mDeviceManager.getCachedDevicesCopy();
90 for (CachedBluetoothDevice device : cachedDevices) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceListPreferenceFragment.java 130 Collection<CachedBluetoothDevice> cachedDevices =
132 for (CachedBluetoothDevice cachedDevice : cachedDevices) {
DockService.java 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) {
    [all...]

Completed in 434 milliseconds