Searched refs:mConnectedBtDevices (Results 1 – 1 of 1) sorted by relevance
110 private final Set<Integer> mConnectedBtDevices = new HashSet<>(); field in DevicePresenceProcessor227 onDevicePresenceEvent(mConnectedBtDevices, associationId, EVENT_BT_CONNECTED); in startObservingDevicePresence()408 || mConnectedBtDevices.contains(associationId) in isDevicePresent()425 return mConnectedBtDevices.contains(associationId); in isBtConnected()502 onDevicePresenceEvent(mConnectedBtDevices, associationId, EVENT_BT_CONNECTED); in onBluetoothCompanionDeviceConnected()525 onDevicePresenceEvent(mConnectedBtDevices, associationId, EVENT_BT_DISCONNECTED); in onBluetoothCompanionDeviceDisconnected()941 mConnectedBtDevices.remove(id); in onAssociationRemoved()1101 if (mConnectedBtDevices.isEmpty() in dump()1111 if (mConnectedBtDevices.isEmpty()) { in dump()1115 for (int associationId : mConnectedBtDevices) { in dump()