Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/pandora/server/src/
DUtils.kt68 val waitedAclDisconnection = HashSet<BluetoothDevice>() in <lambda>() constant
90 waitedAclDisconnection.remove(intent.getBluetoothDeviceExtra()) in <lambda>()
95 waitedAclDisconnection.add(intent.getBluetoothDeviceExtra()) in <lambda>()
DHost.kt178 waitedAclDisconnection.clear() in factoryReset()
198 waitedAclDisconnection.clear() in reset()
322 bluetoothDevice.isConnected() && !waitedAclDisconnection.contains(bluetoothDevice) in waitDisconnection()
330 waitedAclDisconnection.add(bluetoothDevice) in waitDisconnection()