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.java65 getSecurityContainer().showPrimarySecurityScreen(false /* turning off */);
149 mSecurityContainer.showPrimarySecurityScreen(false); in onFinishInflate()
155 public void showPrimarySecurityScreen() { in showPrimarySecurityScreen() method in KeyguardHostView
157 mSecurityContainer.showPrimarySecurityScreen(false); in showPrimarySecurityScreen()
274 mSecurityContainer.showPrimarySecurityScreen(true); in onPause()
DKeyguardSecurityContainer.java464 void showPrimarySecurityScreen(boolean turningOff) { in showPrimarySecurityScreen() method in KeyguardSecurityContainer
522 showPrimarySecurityScreen(false); in showNextSecurityScreenOrFinish()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java144 showPrimarySecurityScreen(); in show()
362 showPrimarySecurityScreen(); in prepare()
367 private void showPrimarySecurityScreen() { in showPrimarySecurityScreen() method in KeyguardBouncer
368 mKeyguardView.showPrimarySecurityScreen(); in showPrimarySecurityScreen()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBouncerTest.java160 verify(mKeyguardHostView, never()).showPrimarySecurityScreen(); in testShow_resetsSecuritySelection()
164 verify(mKeyguardHostView).showPrimarySecurityScreen(); in testShow_resetsSecuritySelection()