Searched defs:showPrimarySecurityScreen (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardHostView.java70 getSecurityContainer().showPrimarySecurityScreen(false /* turning off */);
150 mSecurityContainer.showPrimarySecurityScreen(false);
157 public void showPrimarySecurityScreen() { method in class:KeyguardHostView
159 mSecurityContainer.showPrimarySecurityScreen(false);
264 mSecurityContainer.showPrimarySecurityScreen(true);
H A DKeyguardSecurityContainer.java301 void showPrimarySecurityScreen(boolean turningOff) { method in class:KeyguardSecurityContainer
303 if (DEBUG) Log.v(TAG, "showPrimarySecurityScreen(turningOff=" + turningOff + ")");
350 showPrimarySecurityScreen(false);

Completed in 100 milliseconds