Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java2867 final Map<Integer, LockscreenCredential> profilePasswords; in setLockCredentialWithSpLocked() local
2870 profilePasswords = null; in setLockCredentialWithSpLocked()
2882 profilePasswords = getDecryptedPasswordsForAllTiedProfiles(userId); in setLockCredentialWithSpLocked()
2893 synchronizeUnifiedWorkChallengeForProfiles(userId, profilePasswords); in setLockCredentialWithSpLocked()
2901 if (profilePasswords != null) { in setLockCredentialWithSpLocked()
2902 for (Map.Entry<Integer, LockscreenCredential> entry : profilePasswords.entrySet()) { in setLockCredentialWithSpLocked()