Home | History | Annotate | Download | only in settings

Lines Matching defs:LockPatternUtils

58 import com.android.internal.widget.LockPatternUtils;
158 private LockPatternUtils mLockPatternUtils;
199 mLockPatternUtils = new LockPatternUtils(activity);
230 LockPatternUtils lockPatternUtils, ManagedLockPasswordProvider managedPasswordProvider,
234 if (!lockPatternUtils.isSecure(userId)) {
237 } else if (lockPatternUtils.isLockScreenDisabled(userId)) {
243 switch (lockPatternUtils.getKeyguardStoredPasswordQuality(userId)) {
363 if (LockPatternUtils.isDeviceEncryptionEnabled()) {
550 TrustAgentManager trustAgentManager, LockPatternUtils utils,
586 TrustAgentManager trustAgentManager, LockPatternUtils utils,
744 LockPatternUtils.stringToPattern(mCurrentProfilePassword),
780 final LockPatternUtils lockPatternUtils = mChooseLockSettingsHelper.utils();
786 lockPatternUtils.setVisiblePatternEnabled((Boolean) value, mProfileChallengeUserId);
814 lockPatternUtils.setVisiblePasswordEnabled((Boolean) value, MY_USER_ID);
837 final LockPatternUtils lockPatternUtils = new LockPatternUtils(context);
849 || lockPatternUtils.isSeparateProfileChallengeAllowed(profileUserId)
852 final int resId = getResIdForLockUnlockScreen(context, lockPatternUtils,
858 && lockPatternUtils.isSeparateProfileChallengeAllowed(profileUserId)
861 lockPatternUtils, managedPasswordProvider, profileUserId)));
865 SecuritySubSettings.getResIdForLockUnlockSubScreen(context, lockPatternUtils,
918 final LockPatternUtils lockPatternUtils = new LockPatternUtils(context);
921 && lockPatternUtils.isSeparateProfileChallengeAllowed(profileUserId)) {
922 if (lockPatternUtils.getKeyguardStoredPasswordQuality(profileUserId)
924 && lockPatternUtils.isSeparateProfileChallengeAllowedToUnify(
934 if (lockPatternUtils.isSecure(MY_USER_ID)) {
939 getActiveTrustAgents(context, trustAgentManager, lockPatternUtils,
956 LockPatternUtils lockPatternUtils = new LockPatternUtils(context);
966 if (!lockPatternUtils.isSecure(MY_USER_ID)) {
1004 private LockPatternUtils mLockPatternUtils;
1019 mLockPatternUtils = new LockPatternUtils(getContext());
1058 new LockPatternUtils(getContext()),
1154 LockPatternUtils lockPatternUtils,
1156 if (lockPatternUtils.isSecure(MY_USER_ID)) {
1157 switch (lockPatternUtils.getKeyguardStoredPasswordQuality(MY_USER_ID)) {
1170 } else if (!lockPatternUtils.isLockScreenDisabled(MY_USER_ID)) {