Lines Matching refs:lockPatternUtils
183 LockPatternUtils lockPatternUtils, ManagedLockPasswordProvider managedPasswordProvider, in getResIdForLockUnlockScreen() argument
187 if (!lockPatternUtils.isSecure(userId)) { in getResIdForLockUnlockScreen()
190 } else if (lockPatternUtils.isLockScreenDisabled(userId)) { in getResIdForLockUnlockScreen()
196 switch (lockPatternUtils.getKeyguardStoredPasswordQuality(userId)) { in getResIdForLockUnlockScreen()
751 final LockPatternUtils lockPatternUtils = mChooseLockSettingsHelper.utils(); in onPreferenceChange() local
757 lockPatternUtils.setVisiblePatternEnabled((Boolean) value, mProfileChallengeUserId); in onPreferenceChange()
785 lockPatternUtils.setVisiblePasswordEnabled((Boolean) value, MY_USER_ID); in onPreferenceChange()
817 final LockPatternUtils lockPatternUtils = new LockPatternUtils(context); in getXmlResourcesToIndex() local
829 || lockPatternUtils.isSeparateProfileChallengeAllowed(profileUserId) in getXmlResourcesToIndex()
832 final int resId = getResIdForLockUnlockScreen(context, lockPatternUtils, in getXmlResourcesToIndex()
838 && lockPatternUtils.isSeparateProfileChallengeAllowed(profileUserId) in getXmlResourcesToIndex()
841 lockPatternUtils, managedPasswordProvider, profileUserId))); in getXmlResourcesToIndex()
858 SecuritySubSettings.getResIdForLockUnlockSubScreen(context, lockPatternUtils, in getXmlResourcesToIndex()
921 final LockPatternUtils lockPatternUtils = new LockPatternUtils(context); in getRawDataToIndex() local
924 && lockPatternUtils.isSeparateProfileChallengeAllowed(profileUserId)) { in getRawDataToIndex()
925 if (lockPatternUtils.getKeyguardStoredPasswordQuality(profileUserId) in getRawDataToIndex()
927 && lockPatternUtils.isSeparateProfileChallengeAllowedToUnify( in getRawDataToIndex()
951 if (lockPatternUtils.isSecure(MY_USER_ID)) { in getRawDataToIndex()
953 getActiveTrustAgents(context, lockPatternUtils, in getRawDataToIndex()
970 LockPatternUtils lockPatternUtils = new LockPatternUtils(context); in getNonIndexableKeys() local
984 if (!lockPatternUtils.isSecure(MY_USER_ID)) { in getNonIndexableKeys()
1181 LockPatternUtils lockPatternUtils, in getResIdForLockUnlockSubScreen() argument
1183 if (lockPatternUtils.isSecure(MY_USER_ID)) { in getResIdForLockUnlockSubScreen()
1184 switch (lockPatternUtils.getKeyguardStoredPasswordQuality(MY_USER_ID)) { in getResIdForLockUnlockSubScreen()
1197 } else if (!lockPatternUtils.isLockScreenDisabled(MY_USER_ID)) { in getResIdForLockUnlockSubScreen()