Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardHostView.java68 getSecurityContainer().showPrimarySecurityScreen(false /* turning off */);
154 mSecurityContainer.showPrimarySecurityScreen(false); in onFinishInflate()
160 public void showPrimarySecurityScreen() { in showPrimarySecurityScreen() method in KeyguardHostView
162 mSecurityContainer.showPrimarySecurityScreen(false); in showPrimarySecurityScreen()
282 mSecurityContainer.showPrimarySecurityScreen(true); in onPause()
DKeyguardSecurityContainer.java665 void showPrimarySecurityScreen(boolean turningOff) { in showPrimarySecurityScreen() method in KeyguardSecurityContainer
732 showPrimarySecurityScreen(false); in showNextSecurityScreenOrFinish()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java151 showPrimarySecurityScreen(); in show()
371 showPrimarySecurityScreen(); in prepare()
376 private void showPrimarySecurityScreen() { in showPrimarySecurityScreen() method in KeyguardBouncer
377 mKeyguardView.showPrimarySecurityScreen(); in showPrimarySecurityScreen()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardSecurityContainerTest.java111 mKeyguardSecurityContainer.showPrimarySecurityScreen(false /* turningOff */); in startDisappearAnimation_animatesKeyboard()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBouncerTest.java186 verify(mKeyguardHostView, never()).showPrimarySecurityScreen(); in testShow_resetsSecuritySelection()
190 verify(mKeyguardHostView).showPrimarySecurityScreen(); in testShow_resetsSecuritySelection()