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.java2602 final Map<Integer, byte[]> profilePasswords; in setLockCredentialWithAuthTokenLocked() local
2605 profilePasswords = null; in setLockCredentialWithAuthTokenLocked()
2626 profilePasswords = getDecryptedPasswordsForAllTiedProfiles(userId); in setLockCredentialWithAuthTokenLocked()
2641 synchronizeUnifiedWorkChallengeForProfiles(userId, profilePasswords); in setLockCredentialWithAuthTokenLocked()
2645 if (profilePasswords != null) { in setLockCredentialWithAuthTokenLocked()
2646 for (Map.Entry<Integer, byte[]> entry : profilePasswords.entrySet()) { in setLockCredentialWithAuthTokenLocked()