Searched refs:profilePasswords (Results 1 – 1 of 1) sorted by relevance
3085 final Map<Integer, LockscreenCredential> profilePasswords; in setLockCredentialWithSpLocked() local3088 profilePasswords = null; in setLockCredentialWithSpLocked()3100 profilePasswords = getDecryptedPasswordsForAllTiedProfiles(userId); in setLockCredentialWithSpLocked()3115 synchronizeUnifiedChallengeForProfiles(userId, profilePasswords); in setLockCredentialWithSpLocked()3123 if (profilePasswords != null) { in setLockCredentialWithSpLocked()3124 for (Map.Entry<Integer, LockscreenCredential> entry : profilePasswords.entrySet()) { in setLockCredentialWithSpLocked()