Home
last modified time | relevance | path

Searched refs:resetSecuritySelection (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java152 public void show(boolean resetSecuritySelection) { in show() argument
153 show(resetSecuritySelection, true /* scrimmed */); in show()
163 public void show(boolean resetSecuritySelection, boolean isScrimmed) { in show() argument
181 if (resetSecuritySelection) { in show()