Searched refs:lpu (Results 1 – 5 of 5) sorted by relevance
136 final LockPatternUtils lpu = new LockPatternUtils(this); in hasLockscreenSecurity() local137 return lpu.isLockPasswordEnabled(userId) || lpu.isLockPatternEnabled(userId); in hasLockscreenSecurity()
187 final LockPatternUtils lpu = new LockPatternUtils(mContext); in hasLockscreenSecurity() local188 return lpu.isLockPasswordEnabled(userId) || lpu.isLockPatternEnabled(userId); in hasLockscreenSecurity()
417 LockPatternUtils lpu = new LockPatternUtils(getActivity()); in hasLockscreenSecurity() local418 return lpu.isSecure(UserHandle.myUserId()); in hasLockscreenSecurity()
413 LockPatternUtils lpu = new LockPatternUtils(getActivity()); in hasLockscreenSecurity() local414 return lpu.isSecure(UserHandle.myUserId()); in hasLockscreenSecurity()