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