Searched refs:profilePasswords (Results 1 – 1 of 1) sorted by relevance
2867 final Map<Integer, LockscreenCredential> profilePasswords; in setLockCredentialWithSpLocked() local2870 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()