Lines Matching refs:mProfileChallengeUserId

150     private int mProfileChallengeUserId;  field in SecuritySettings
242 mProfileChallengeUserId = Utils.getManagedProfileId(mUm, MY_USER_ID); in createPreferenceHierarchy()
243 if (mProfileChallengeUserId != UserHandle.USER_NULL in createPreferenceHierarchy()
244 && mLockPatternUtils.isSeparateProfileChallengeAllowed(mProfileChallengeUserId)) { in createPreferenceHierarchy()
249 mProfileChallengeUserId); in createPreferenceHierarchy()
251 maybeAddFingerprintPreference(root, mProfileChallengeUserId); in createPreferenceHierarchy()
252 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(mProfileChallengeUserId)) { in createPreferenceHierarchy()
261 disableIfPasswordQualityManaged(KEY_UNLOCK_SET_OR_CHANGE, mProfileChallengeUserId); in createPreferenceHierarchy()
266 mProfileChallengeUserId); in createPreferenceHierarchy()
599 mProfileChallengeUserId)); in onResume()
617 mProfileChallengeUserId)); in updateUnificationPreference()
629 mProfileChallengeUserId)) { in onPreferenceTreeClick()
633 extras.putInt(Intent.EXTRA_USER_ID, mProfileChallengeUserId); in onPreferenceTreeClick()
704 UNIFY_LOCK_CONFIRM_PROFILE_REQUEST, title, true, mProfileChallengeUserId)) { in launchConfirmProfileLockForUnification()
712 mLockPatternUtils.getKeyguardStoredPasswordQuality(mProfileChallengeUserId); in unifyLocks()
722 mLockPatternUtils.setSeparateProfileChallengeEnabled(mProfileChallengeUserId, false, in unifyLocks()
725 mLockPatternUtils.isVisiblePatternEnabled(mProfileChallengeUserId); in unifyLocks()
732 mLockPatternUtils.setSeparateProfileChallengeEnabled(mProfileChallengeUserId, false, in unifyUncompliantLocks()
740 extras.putInt(Intent.EXTRA_USER_ID, mProfileChallengeUserId); in ununifyLocks()
754 mProfileChallengeUserId)) { in onPreferenceChange()
757 lockPatternUtils.setVisiblePatternEnabled((Boolean) value, mProfileChallengeUserId); in onPreferenceChange() local
760 mProfileChallengeUserId)) { in onPreferenceChange()
765 (mLockPatternUtils.getKeyguardStoredPasswordQuality(mProfileChallengeUserId) in onPreferenceChange()
768 mProfileChallengeUserId)); in onPreferenceChange()