Searched refs:mAgentIntents (Results 1 – 1 of 1) sorted by relevance
38 private SparseArray<PendingIntent> mAgentIntents = new SparseArray<>(); field in RecoverySnapshotListenersStorage52 mAgentIntents.put(recoveryAgentUid, intent); in setSnapshotListener()64 return mAgentIntents.get(recoveryAgentUid) != null; in hasListener()75 PendingIntent intent = mAgentIntents.get(recoveryAgentUid); in recoverySnapshotAvailable()