Searched refs:mReportedSelfManagedDevices (Results 1 – 1 of 1) sorted by relevance
114 private final Set<Integer> mReportedSelfManagedDevices = new HashSet<>(); field in DevicePresenceProcessor407 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()