Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java3085 final Map<Integer, LockscreenCredential> profilePasswords; in setLockCredentialWithSpLocked() local
3088 profilePasswords = null; in setLockCredentialWithSpLocked()
3100 profilePasswords = getDecryptedPasswordsForAllTiedProfiles(userId); in setLockCredentialWithSpLocked()
3115 synchronizeUnifiedChallengeForProfiles(userId, profilePasswords); in setLockCredentialWithSpLocked()
3123 if (profilePasswords != null) { in setLockCredentialWithSpLocked()
3124 for (Map.Entry<Integer, LockscreenCredential> entry : profilePasswords.entrySet()) { in setLockCredentialWithSpLocked()