Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverySnapshotListenersStorage.java41 private ArraySet<Integer> mAgentsWithPendingSnapshots = new ArraySet<>(); field in RecoverySnapshotListenersStorage
54 if (mAgentsWithPendingSnapshots.contains(recoveryAgentUid)) { in setSnapshotListener()
79 mAgentsWithPendingSnapshots.add(recoveryAgentUid); in recoverySnapshotAvailable()
93 mAgentsWithPendingSnapshots.remove(recoveryAgentUid); in tryToSendIntent()
100 mAgentsWithPendingSnapshots.add(recoveryAgentUid); in tryToSendIntent()