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 | 210     private void syncKeysForAgent(int recoveryAgentUid) throws IOException, RemoteException {  in syncKeysForAgent() 391     int getSnapshotVersion(int recoveryAgentUid, boolean shouldRecreateCurrentVersion)  in getSnapshotVersion() 411     private long generateAndStoreCounterId(int recoveryAgentUid) throws IOException {  in generateAndStoreCounterId() 424     private Map<String, Pair<SecretKey, byte[]>> getKeysToSync(int recoveryAgentUid)  in getKeysToSync() 438     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 56         int recoveryAgentUid = 1000;  in setSnapshotListener_invokesIntentImmediatelyIfPreviouslyNotified()  local 79         int recoveryAgentUid = 1000;  in setSnapshotListener_doesNotRepeatedlyInvokeListener()  local
  | 
| D | KeySyncTaskTest.java | 810     private SecretKey addApplicationKey(int userId, int recoveryAgentUid, String alias)  in addApplicationKey() 815     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()
  |