Home | History | Annotate | Download | only in settings

Lines Matching defs:lockPatternUtils

56 import com.android.internal.widget.LockPatternUtils;
132 private LockPatternUtils mLockPatternUtils;
166 mLockPatternUtils = new LockPatternUtils(getActivity());
183 LockPatternUtils lockPatternUtils, ManagedLockPasswordProvider managedPasswordProvider,
187 if (!lockPatternUtils.isSecure(userId)) {
190 } else if (lockPatternUtils.isLockScreenDisabled(userId)) {
196 switch (lockPatternUtils.getKeyguardStoredPasswordQuality(userId)) {
279 if (LockPatternUtils.isDeviceEncryptionEnabled()) {
497 Context context, LockPatternUtils utils, DevicePolicyManager dpm) {
715 LockPatternUtils.stringToPattern(mCurrentProfilePassword),
751 final LockPatternUtils lockPatternUtils = mChooseLockSettingsHelper.utils();
757 lockPatternUtils.setVisiblePatternEnabled((Boolean) value, mProfileChallengeUserId);
785 lockPatternUtils.setVisiblePasswordEnabled((Boolean) value, MY_USER_ID);
817 final LockPatternUtils lockPatternUtils = new LockPatternUtils(context);
829 || lockPatternUtils.isSeparateProfileChallengeAllowed(profileUserId)
832 final int resId = getResIdForLockUnlockScreen(context, lockPatternUtils,
838 && lockPatternUtils.isSeparateProfileChallengeAllowed(profileUserId)
841 lockPatternUtils, managedPasswordProvider, profileUserId)));
858 SecuritySubSettings.getResIdForLockUnlockSubScreen(context, lockPatternUtils,
921 final LockPatternUtils lockPatternUtils = new LockPatternUtils(context);
924 && lockPatternUtils.isSeparateProfileChallengeAllowed(profileUserId)) {
925 if (lockPatternUtils.getKeyguardStoredPasswordQuality(profileUserId)
927 && lockPatternUtils.isSeparateProfileChallengeAllowedToUnify(
951 if (lockPatternUtils.isSecure(MY_USER_ID)) {
953 getActiveTrustAgents(context, lockPatternUtils,
970 LockPatternUtils lockPatternUtils = new LockPatternUtils(context);
984 if (!lockPatternUtils.isSecure(MY_USER_ID)) {
1010 private LockPatternUtils mLockPatternUtils;
1021 mLockPatternUtils = new LockPatternUtils(getContext());
1059 new LockPatternUtils(getContext()),
1181 LockPatternUtils lockPatternUtils,
1183 if (lockPatternUtils.isSecure(MY_USER_ID)) {
1184 switch (lockPatternUtils.getKeyguardStoredPasswordQuality(MY_USER_ID)) {
1197 } else if (!lockPatternUtils.isLockScreenDisabled(MY_USER_ID)) {