Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardHostView.java70 getSecurityContainer().showPrimarySecurityScreen(false /* turning off */);
150 mSecurityContainer.showPrimarySecurityScreen(false); in onFinishInflate()
157 public void showPrimarySecurityScreen() { in showPrimarySecurityScreen() method in KeyguardHostView
159 mSecurityContainer.showPrimarySecurityScreen(false); in showPrimarySecurityScreen()
264 mSecurityContainer.showPrimarySecurityScreen(true); in onPause()
DKeyguardSecurityContainer.java301 void showPrimarySecurityScreen(boolean turningOff) { in showPrimarySecurityScreen() method in KeyguardSecurityContainer
350 showPrimarySecurityScreen(false); in showNextSecurityScreenOrFinish()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java92 mKeyguardView.showPrimarySecurityScreen(); in show()
218 mKeyguardView.showPrimarySecurityScreen(); in prepare()