Home
last modified time | relevance | path

Searched defs:recoveryAgentUid (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverySnapshotListenersStorage.java50 int recoveryAgentUid, @Nullable PendingIntent intent) { in setSnapshotListener()
63 public synchronized boolean hasListener(int recoveryAgentUid) { in hasListener()
74 public synchronized void recoverySnapshotAvailable(int recoveryAgentUid) { in recoverySnapshotAvailable()
90 private synchronized void tryToSendIntent(int recoveryAgentUid, PendingIntent intent) { in tryToSendIntent()
DKeySyncTask.java217 private void syncKeysForAgent(int recoveryAgentUid) throws IOException, RemoteException { in syncKeysForAgent()
398 int getSnapshotVersion(int recoveryAgentUid, boolean shouldRecreateCurrentVersion) in getSnapshotVersion()
418 private long generateAndStoreCounterId(int recoveryAgentUid) throws IOException { in generateAndStoreCounterId()
431 private Map<String, Pair<SecretKey, byte[]>> getKeysToSync(int recoveryAgentUid) in getKeysToSync()
445 private boolean shouldCreateSnapshot(int recoveryAgentUid) { in shouldCreateSnapshot()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DRecoverySnapshotListenersStorageTest.java41 int recoveryAgentUid = 1000; in hasListener_isTrueForRegisteredUid() local
56 int recoveryAgentUid = 1000; in setSnapshotListener_invokesIntentImmediatelyIfPreviouslyNotified() local
79 int recoveryAgentUid = 1000; in setSnapshotListener_doesNotRepeatedlyInvokeListener() local
DKeySyncTaskTest.java900 private SecretKey addApplicationKey(int userId, int recoveryAgentUid, String alias) in addApplicationKey()
905 private SecretKey addApplicationKey(int userId, int recoveryAgentUid, String alias, in addApplicationKey()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDb.java265 public @NonNull Map<String, WrappedKey> getAllKeys(int userId, int recoveryAgentUid, in getAllKeys()