Searched refs:recoverySnapshotAvailable (Results 1 – 5 of 5) sorted by relevance
55 mStorage.recoverySnapshotAvailable(recoveryAgentUid); in setSnapshotListener_invokesIntentImmediatelyIfPreviouslyNotified()76 mStorage.recoverySnapshotAvailable(recoveryAgentUid); in setSnapshotListener_doesNotRepeatedlyInvokeListener()
530 verify(mSnapshotListenersStorage).recoverySnapshotAvailable(TEST_RECOVERY_AGENT_UID); in run_sendsEncryptedKeysIfAvailableToSync_withRawPublicKey()574 verify(mSnapshotListenersStorage).recoverySnapshotAvailable(TEST_RECOVERY_AGENT_UID); in run_sendsEncryptedKeysIfAvailableToSync_withCertPath_withNullKeyMetadata()598 verify(mSnapshotListenersStorage).recoverySnapshotAvailable(TEST_RECOVERY_AGENT_UID); in run_sendsEncryptedKeysIfAvailableToSync_withCertPath_withNonNullKeyMetadata()752 verify(mSnapshotListenersStorage).recoverySnapshotAvailable(TEST_RECOVERY_AGENT_UID); in run_sendsEncryptedKeysWithTwoRegisteredAgents()753 verify(mSnapshotListenersStorage).recoverySnapshotAvailable(TEST_RECOVERY_AGENT_UID2); in run_sendsEncryptedKeysWithTwoRegisteredAgents()774 verify(mSnapshotListenersStorage).recoverySnapshotAvailable(TEST_RECOVERY_AGENT_UID); in run_sendsEncryptedKeysOnlyForAgentWhichActiveUserSecretType()776 recoverySnapshotAvailable(TEST_RECOVERY_AGENT_UID2); in run_sendsEncryptedKeysOnlyForAgentWhichActiveUserSecretType()791 verify(mSnapshotListenersStorage).recoverySnapshotAvailable(TEST_RECOVERY_AGENT_UID); in run_notifiesNonregisteredAgent()792 verify(mSnapshotListenersStorage).recoverySnapshotAvailable(TEST_RECOVERY_AGENT_UID2); in run_notifiesNonregisteredAgent()
74 public synchronized void recoverySnapshotAvailable(int recoveryAgentUid) { in recoverySnapshotAvailable() method in RecoverySnapshotListenersStorage
374 mSnapshotListenersStorage.recoverySnapshotAvailable(recoveryAgentUid); in syncKeysForAgent()
8464 …r/locksettings/recoverablekeystore/RecoverySnapshotListenersStorage;->recoverySnapshotAvailable(I)V