Searched refs:recoverySnapshotAvailable (Results 1 – 4 of 4) sorted by relevance
57 mStorage.recoverySnapshotAvailable(recoveryAgentUid); in setSnapshotListener_invokesIntentImmediatelyIfPreviouslyNotified()80 mStorage.recoverySnapshotAvailable(recoveryAgentUid); in setSnapshotListener_doesNotRepeatedlyInvokeListener()
560 verify(mSnapshotListenersStorage).recoverySnapshotAvailable(TEST_RECOVERY_AGENT_UID); in run_sendsEncryptedKeysIfAvailableToSync_withRawPublicKey()604 verify(mSnapshotListenersStorage).recoverySnapshotAvailable(TEST_RECOVERY_AGENT_UID); in run_sendsEncryptedKeysIfAvailableToSync_withCertPath_withNullKeyMetadata()628 verify(mSnapshotListenersStorage).recoverySnapshotAvailable(TEST_RECOVERY_AGENT_UID); in run_sendsEncryptedKeysIfAvailableToSync_withCertPath_withNonNullKeyMetadata()784 verify(mSnapshotListenersStorage).recoverySnapshotAvailable(TEST_RECOVERY_AGENT_UID); in run_sendsEncryptedKeysWithTwoRegisteredAgents()785 verify(mSnapshotListenersStorage).recoverySnapshotAvailable(TEST_RECOVERY_AGENT_UID2); in run_sendsEncryptedKeysWithTwoRegisteredAgents()806 verify(mSnapshotListenersStorage).recoverySnapshotAvailable(TEST_RECOVERY_AGENT_UID); in run_sendsEncryptedKeysOnlyForAgentWhichActiveUserSecretType()808 recoverySnapshotAvailable(TEST_RECOVERY_AGENT_UID2); in run_sendsEncryptedKeysOnlyForAgentWhichActiveUserSecretType()823 verify(mSnapshotListenersStorage).recoverySnapshotAvailable(TEST_RECOVERY_AGENT_UID); in run_notifiesNonregisteredAgent()824 verify(mSnapshotListenersStorage).recoverySnapshotAvailable(TEST_RECOVERY_AGENT_UID2); in run_notifiesNonregisteredAgent()
74 public synchronized void recoverySnapshotAvailable(int recoveryAgentUid) { in recoverySnapshotAvailable() method in RecoverySnapshotListenersStorage
392 mSnapshotListenersStorage.recoverySnapshotAvailable(recoveryAgentUid); in syncKeysForAgent()