Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/companion/java/com/android/server/companion/presence/
H A DCompanionDevicePresenceMonitor.java86 private final @NonNull Set<Integer> mReportedSelfManagedDevices = new HashSet<>(); field in CompanionDevicePresenceMonitor
124 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()