Searched refs:mReportedSelfManagedDevices (Results 1 – 1 of 1) sorted by relevance
86 private final @NonNull Set<Integer> mReportedSelfManagedDevices = new HashSet<>(); field in CompanionDevicePresenceMonitor124 return mReportedSelfManagedDevices.contains(associationId) in isDevicePresent()140 onDevicePresent(mReportedSelfManagedDevices, associationId, "application-reported"); in onSelfManagedDeviceConnected()153 onDeviceGone(mReportedSelfManagedDevices, associationId, "application-reported"); in onSelfManagedDeviceDisconnected()160 onDeviceGone(mReportedSelfManagedDevices, associationId, "application-reported"); in onSelfManagedDeviceReporterBinderDied()283 mReportedSelfManagedDevices.remove(id); in onAssociationRemoved()314 && mReportedSelfManagedDevices.isEmpty()) { in dump()344 if (mReportedSelfManagedDevices.isEmpty()) { in dump()348 for (int associationId : mReportedSelfManagedDevices) { in dump()