Home | History | Annotate | Download | only in settings

Lines Matching refs:lockPatternUtils

51 import com.android.internal.widget.LockPatternUtils;
117 private LockPatternUtils mLockPatternUtils;
142 mLockPatternUtils = new LockPatternUtils(getActivity());
155 LockPatternUtils lockPatternUtils) {
157 if (!lockPatternUtils.isSecure()) {
163 if (singleUser && lockPatternUtils.isLockScreenDisabled()) {
168 } else if (lockPatternUtils.usingBiometricWeak() &&
169 lockPatternUtils.isBiometricWeakInstalled()) {
172 switch (lockPatternUtils.getKeyguardStoredPasswordQuality()) {
224 if (LockPatternUtils.isDeviceEncryptionEnabled()) {
411 PackageManager pm, LockPatternUtils utils) {
564 final LockPatternUtils lockPatternUtils = mChooseLockSettingsHelper.utils();
567 lockPatternUtils.isBiometricWeakLivelinessEnabled());
570 mVisiblePattern.setChecked(lockPatternUtils.isVisiblePatternEnabled());
573 mPowerButtonInstantlyLocks.setChecked(lockPatternUtils.getPowerButtonInstantlyLocks());
632 final LockPatternUtils lockPatternUtils = mChooseLockSettingsHelper.utils();
633 lockPatternUtils.setBiometricWeakLivelinessEnabled(false);
635 // is called by grabbing the value from lockPatternUtils. We can't set it here
652 final LockPatternUtils lockPatternUtils = mChooseLockSettingsHelper.utils();
663 lockPatternUtils.setLockPatternEnabled((Boolean) value);
665 lockPatternUtils.setVisiblePatternEnabled((Boolean) value);
668 lockPatternUtils.setBiometricWeakLivelinessEnabled(true);
682 lockPatternUtils.setBiometricWeakLivelinessEnabled(false);
737 LockPatternUtils lockPatternUtils = new LockPatternUtils(context);
739 int resId = getResIdForLockUnlockScreen(context, lockPatternUtils);
812 final LockPatternUtils lockPatternUtils = new LockPatternUtils(context);
813 if (lockPatternUtils.isSecure()) {
815 getActiveTrustAgents(context.getPackageManager(), lockPatternUtils);
831 LockPatternUtils lockPatternUtils = new LockPatternUtils(context);
833 int resId = getResIdForLockUnlockScreen(context, lockPatternUtils);
837 lockPatternUtils.getKeyguardStoredPasswordQuality() !=
854 if (!lockPatternUtils.isSecure()) {