Searched refs:profilePasswords (Results 1 – 1 of 1) sorted by relevance
2602 final Map<Integer, byte[]> profilePasswords; in setLockCredentialWithAuthTokenLocked() local2605 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()