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.java2664 final Map<Integer, byte[]> profilePasswords; in setLockCredentialWithAuthTokenLocked() local
2667 profilePasswords = null; in setLockCredentialWithAuthTokenLocked()
2688 profilePasswords = getDecryptedPasswordsForAllTiedProfiles(userId); in setLockCredentialWithAuthTokenLocked()
2703 synchronizeUnifiedWorkChallengeForProfiles(userId, profilePasswords); in setLockCredentialWithAuthTokenLocked()
2707 if (profilePasswords != null) { in setLockCredentialWithAuthTokenLocked()
2708 for (Map.Entry<Integer, byte[]> entry : profilePasswords.entrySet()) { in setLockCredentialWithAuthTokenLocked()