Home
last modified time | relevance | path

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

/frameworks/base/services/companion/java/com/android/server/companion/devicepresence/
DDevicePresenceProcessor.java114 private final Set<Integer> mReportedSelfManagedDevices = new HashSet<>(); field in DevicePresenceProcessor
407 return mReportedSelfManagedDevices.contains(associationId) in isDevicePresent()
454 onDevicePresenceEvent(mReportedSelfManagedDevices, in onSelfManagedDeviceConnected()
470 onDevicePresenceEvent(mReportedSelfManagedDevices, in onSelfManagedDeviceDisconnected()
478 onDevicePresenceEvent(mReportedSelfManagedDevices, in onSelfManagedDeviceReporterBinderDied()
943 mReportedSelfManagedDevices.remove(id); in onAssociationRemoved()
1103 && mReportedSelfManagedDevices.isEmpty()) { in dump()
1133 if (mReportedSelfManagedDevices.isEmpty()) { in dump()
1137 for (int associationId : mReportedSelfManagedDevices) { in dump()