Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardHostView.java66 getSecurityContainer().showPrimarySecurityScreen(false /* turning off */);
150 mSecurityContainer.showPrimarySecurityScreen(false); in onFinishInflate()
156 public void showPrimarySecurityScreen() { in showPrimarySecurityScreen() method in KeyguardHostView
158 mSecurityContainer.showPrimarySecurityScreen(false); in showPrimarySecurityScreen()
275 mSecurityContainer.showPrimarySecurityScreen(true); in onPause()
DKeyguardSecurityContainer.java471 void showPrimarySecurityScreen(boolean turningOff) { in showPrimarySecurityScreen() method in KeyguardSecurityContainer
529 showPrimarySecurityScreen(false); in showNextSecurityScreenOrFinish()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java149 showPrimarySecurityScreen(); in show()
369 showPrimarySecurityScreen(); in prepare()
374 private void showPrimarySecurityScreen() { in showPrimarySecurityScreen() method in KeyguardBouncer
375 mKeyguardView.showPrimarySecurityScreen(); in showPrimarySecurityScreen()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBouncerTest.java166 verify(mKeyguardHostView, never()).showPrimarySecurityScreen(); in testShow_resetsSecuritySelection()
170 verify(mKeyguardHostView).showPrimarySecurityScreen(); in testShow_resetsSecuritySelection()