Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDeviceListAdapter.java72 private final HashSet<CachedBluetoothDevice> mBondedDevices = new HashSet<>(); field in BluetoothDeviceListAdapter
143 mBondedDevices.clear(); in stop()
244 ArrayList<CachedBluetoothDevice> devices = new ArrayList<>(mBondedDevices); in onDeviceAdded()
260 mBondedDevices.clear(); in onBluetoothStateChanged()
298 if (mBondedDevices.remove(cachedDevice)) { in onDeviceDeleted()
316 new ArrayList<CachedBluetoothDevice>(mBondedDevices); in addDevices()
329 if (mBondedDevices.add(cachedDevice)) { in addDevice()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java65 …private CopyOnWriteArrayList<BluetoothDevice> mBondedDevices = new CopyOnWriteArrayList<BluetoothD… field in AdapterProperties
171 mBondedDevices.clear(); in cleanup()
368 bondedDeviceList = mBondedDevices.toArray(bondedDeviceList); in getBondedDevices()
391 if(!mBondedDevices.contains(device)) { in onBondStateChanged()
393 mBondedDevices.add(device); in onBondStateChanged()
397 if (mBondedDevices.remove(device)) in onBondStateChanged()