Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DRecoverySnapshotListenersStorageTest.java55 mStorage.recoverySnapshotAvailable(recoveryAgentUid); in setSnapshotListener_invokesIntentImmediatelyIfPreviouslyNotified()
76 mStorage.recoverySnapshotAvailable(recoveryAgentUid); in setSnapshotListener_doesNotRepeatedlyInvokeListener()
DKeySyncTaskTest.java530 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()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverySnapshotListenersStorage.java74 public synchronized void recoverySnapshotAvailable(int recoveryAgentUid) { in recoverySnapshotAvailable() method in RecoverySnapshotListenersStorage
DKeySyncTask.java374 mSnapshotListenersStorage.recoverySnapshotAvailable(recoveryAgentUid); in syncKeysForAgent()
/frameworks/base/services/
Dart-profile8464 …r/locksettings/recoverablekeystore/RecoverySnapshotListenersStorage;->recoverySnapshotAvailable(I)V