Searched refs:mAgentsWithPendingSnapshots (Results 1 – 1 of 1) sorted by relevance
41 private ArraySet<Integer> mAgentsWithPendingSnapshots = new ArraySet<>(); field in RecoverySnapshotListenersStorage54 if (mAgentsWithPendingSnapshots.contains(recoveryAgentUid)) { in setSnapshotListener()79 mAgentsWithPendingSnapshots.add(recoveryAgentUid); in recoverySnapshotAvailable()93 mAgentsWithPendingSnapshots.remove(recoveryAgentUid); in tryToSendIntent()100 mAgentsWithPendingSnapshots.add(recoveryAgentUid); in tryToSendIntent()