Searched refs:mBtDisconnectedDevices (Results 1 – 1 of 1) sorted by relevance
119 private final Set<Integer> mBtDisconnectedDevices = new HashSet<>(); field in DevicePresenceProcessor491 synchronized (mBtDisconnectedDevices) { in onBluetoothCompanionDeviceConnected()494 boolean isReconnected = mBtDisconnectedDevices.contains(associationId); in onBluetoothCompanionDeviceConnected()529 synchronized (mBtDisconnectedDevices) { in onBluetoothCompanionDeviceDisconnected()530 mBtDisconnectedDevices.add(associationId); in onBluetoothCompanionDeviceDisconnected()546 synchronized (mBtDisconnectedDevices) { in onBleCompanionDeviceFound()548 if (mBtDisconnectedDevices.contains(associationId) && isCurrentPresent) { in onBleCompanionDeviceFound()663 synchronized (mBtDisconnectedDevices) { in onDevicePresenceEvent()666 if (mBtDisconnectedDevices.contains(associationId)) { in onDevicePresenceEvent()945 synchronized (mBtDisconnectedDevices) { in onAssociationRemoved()[all …]