Home | History | Annotate | Download | only in settings

Lines Matching refs:mLockPatternUtils

158     private LockPatternUtils mLockPatternUtils;
199 mLockPatternUtils = new LockPatternUtils(activity);
285 final int resid = getResIdForLockUnlockScreen(getActivity(), mLockPatternUtils,
294 && mLockPatternUtils.isSeparateProfileChallengeAllowed(mProfileChallengeUserId)) {
298 getActivity(), mLockPatternUtils, mManagedPasswordProvider,
302 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(mProfileChallengeUserId)) {
437 if (!mLockPatternUtils.isSecure(MY_USER_ID)) {
485 final boolean hasSecurity = mLockPatternUtils.isSecure(MY_USER_ID);
487 getActivity(), mTrustAgentManager, mLockPatternUtils, mDPM);
617 mVisiblePatternProfile.setChecked(mLockPatternUtils.isVisiblePatternEnabled(
633 mUnifyProfile.setChecked(!mLockPatternUtils.isSeparateProfileChallengeEnabled(
647 && !mLockPatternUtils.isSeparateProfileChallengeEnabled(mProfileChallengeUserId)
741 mLockPatternUtils.getKeyguardStoredPasswordQuality(mProfileChallengeUserId);
743 mLockPatternUtils.saveLockPattern(
747 mLockPatternUtils.saveLockPassword(
751 mLockPatternUtils.setSeparateProfileChallengeEnabled(mProfileChallengeUserId, false,
754 mLockPatternUtils.isVisiblePatternEnabled(mProfileChallengeUserId);
755 mLockPatternUtils.setVisiblePatternEnabled(profilePatternVisibility, MY_USER_ID);
761 mLockPatternUtils.setSeparateProfileChallengeEnabled(mProfileChallengeUserId, false,
794 (mLockPatternUtils.getKeyguardStoredPasswordQuality(mProfileChallengeUserId)
796 && mLockPatternUtils.isSeparateProfileChallengeAllowedToUnify(
1004 private LockPatternUtils mLockPatternUtils;
1019 mLockPatternUtils = new LockPatternUtils(getContext());
1033 mVisiblePattern.setChecked(mLockPatternUtils.isVisiblePatternEnabled(
1038 mLockPatternUtils.getPowerButtonInstantlyLocks(MY_USER_ID));
1076 mTrustAgentManager, mLockPatternUtils, mDPM);
1132 mTrustAgentManager, mLockPatternUtils, mDPM);
1180 mLockPatternUtils.setPowerButtonInstantlyLocks((Boolean) value, MY_USER_ID);
1192 mLockPatternUtils.setVisiblePatternEnabled((Boolean) value, MY_USER_ID);