Searched refs:getDecryptedPasswordForTiedProfile (Results 1 - 2 of 2) sorted by path

/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java1106 protected String getDecryptedPasswordForTiedProfile(int userId) method in class:LockSettingsService
1136 doVerifyCredential(getDecryptedPasswordForTiedProfile(profileHandle),
1224 result.put(managedUserId, getDecryptedPasswordForTiedProfile(managedUserId));
1351 savedCredential = getDecryptedPasswordForTiedProfile(userId);
1574 managedUserDecryptedPassword = getDecryptedPasswordForTiedProfile(pi.id);
1705 return doVerifyCredential(getDecryptedPasswordForTiedProfile(userId),
2475 savedCredential = getDecryptedPasswordForTiedProfile(userId);
2550 currentCredential = getDecryptedPasswordForTiedProfile(userId);
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsServiceTestable.java128 protected String getDecryptedPasswordForTiedProfile(int userId) throws FileNotFoundException, method in class:LockSettingsServiceTestable

Completed in 79 milliseconds