Lines Matching refs:mLockPatternUtils
117 private LockPatternUtils mLockPatternUtils; field in ChooseLockGeneric.ChooseLockGenericFragment
139 mLockPatternUtils = new LockPatternUtils(getActivity()); in onCreate()
173 !mLockPatternUtils.isSeparateProfileChallengeAllowed(targetUser)) { in onCreate()
186 && mLockPatternUtils.isSeparateProfileChallengeEnabled(mUserId)) { in onCreate()
195 maybeEnableEncryption(mLockPatternUtils.getKeyguardStoredPasswordQuality( in onCreate()
203 && !mLockPatternUtils.isSeparateProfileChallengeEnabled(mUserId); in onCreate()
226 if (!isUnlockMethodSecure(key) && mLockPatternUtils.isSecure(mUserId)) { in onPreferenceTreeClick()
265 final boolean required = mLockPatternUtils.isCredentialRequiredToDecrypt(!accEn); in maybeEnableEncryption()
294 mLockPatternUtils.getKeyguardStoredPasswordQuality(mUserId), false); in onActivityResult()
387 if (mLockPatternUtils.isLockScreenDisabled(credentialOwner)) { in getKeyForCurrent()
390 switch (mLockPatternUtils.getKeyguardStoredPasswordQuality(credentialOwner)) { in getKeyForCurrent()
611 mLockPatternUtils.setSeparateProfileChallengeEnabled(mUserId, true, mUserPassword); in updateUnlockMethodAndFinish()
703 if (userInfo.isManagedProfile() && !mLockPatternUtils in removeManagedProfileFingerprintsAndFinishIfNecessary()
735 switch (mLockPatternUtils.getKeyguardStoredPasswordQuality(mUserId)) { in getResIdForFactoryResetProtectionWarningMessage()