Searched refs:hasLockscreenSecurity (Results 1 – 7 of 7) sorted by relevance
91 if (isUserUnlocked() || !hasLockscreenSecurity(getUserId()) in maybeStartPinDialog()131 public boolean hasLockscreenSecurity() { in hasLockscreenSecurity() method in FallbackHome132 return hasLockscreenSecurity(UserHandle.USER_SYSTEM); in hasLockscreenSecurity()135 private boolean hasLockscreenSecurity(final int userId) { in hasLockscreenSecurity() method in FallbackHome
266 if (hasLockscreenSecurity()) { in onPreferenceTreeClick()276 if (hasLockscreenSecurity()) { in onPreferenceTreeClick()364 public boolean hasLockscreenSecurity() { in hasLockscreenSecurity() method in SecurityFragment365 return mRestrictedProfile.hasLockscreenSecurity(); in hasLockscreenSecurity()
55 boolean hasLockscreenSecurity(); in hasLockscreenSecurity() method167 return callback.hasLockscreenSecurity(); in isPinSet()
147 boolean hasLockscreenSecurity = new LockPatternUtils(this).isSecure(getUserId()); in switchToLastUserIfUnlocked()151 if (!isFbeEnabled || !hasLockscreenSecurity) { in switchToLastUserIfUnlocked()
185 public boolean hasLockscreenSecurity() { in hasLockscreenSecurity() method in RestrictedProfileModel
412 private boolean hasLockscreenSecurity() { in hasLockscreenSecurity() method in UserSettings429 if (resultCode != Activity.RESULT_CANCELED && hasLockscreenSecurity()) { in onActivityResult()445 if (hasLockscreenSecurity()) { in onAddUserClicked()
416 private boolean hasLockscreenSecurity() { in hasLockscreenSecurity() method in UserSettings433 if (resultCode != Activity.RESULT_CANCELED && hasLockscreenSecurity()) { in onActivityResult()449 if (hasLockscreenSecurity()) { in onAddUserClicked()