Searched defs:recoveryAgentUid (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
D | RecoverySnapshotListenersStorage.java | 50 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()
|
D | KeySyncTask.java | 199 private void syncKeysForAgent(int recoveryAgentUid) throws IOException, RemoteException { in syncKeysForAgent() 380 int getSnapshotVersion(int recoveryAgentUid, boolean shouldRecreateCurrentVersion) in getSnapshotVersion() 400 private long generateAndStoreCounterId(int recoveryAgentUid) throws IOException { in generateAndStoreCounterId() 413 private Map<String, Pair<SecretKey, byte[]>> getKeysToSync(int recoveryAgentUid) in getKeysToSync() 427 private boolean shouldCreateSnapshot(int recoveryAgentUid) { in shouldCreateSnapshot()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ |
D | RecoverySnapshotListenersStorageTest.java | 41 int recoveryAgentUid = 1000; in hasListener_isTrueForRegisteredUid() local 54 int recoveryAgentUid = 1000; in setSnapshotListener_invokesIntentImmediatelyIfPreviouslyNotified() local 75 int recoveryAgentUid = 1000; in setSnapshotListener_doesNotRepeatedlyInvokeListener() local
|
D | KeySyncTaskTest.java | 826 private SecretKey addApplicationKey(int userId, int recoveryAgentUid, String alias) in addApplicationKey() 831 private SecretKey addApplicationKey(int userId, int recoveryAgentUid, String alias, in addApplicationKey()
|
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/ |
D | RecoverableKeyStoreDb.java | 265 public @NonNull Map<String, WrappedKey> getAllKeys(int userId, int recoveryAgentUid, in getAllKeys()
|