Searched defs:onScreenTurnedOff (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardViewBase.java101 abstract public void onScreenTurnedOff(); method in class:KeyguardViewBase
H A DKeyguardViewManager.java214 public synchronized void onScreenTurnedOff() { method in class:KeyguardViewManager
215 if (DEBUG) Log.d(TAG, "onScreenTurnedOff()");
218 mKeyguardView.onScreenTurnedOff();
H A DKeyguardViewMediator.java223 * it turned off due to timeout. see {@link #onScreenTurnedOff(int)}
348 public void onScreenTurnedOff(int why) { method in class:KeyguardViewMediator
351 if (DEBUG) Log.d(TAG, "onScreenTurnedOff(" + why + ")");
666 * @see #onScreenTurnedOff(int)
1294 mKeyguardViewManager.onScreenTurnedOff();
H A DLockPatternKeyguardView.java556 public void onScreenTurnedOff() { method in class:LockPatternKeyguardView

Completed in 63 milliseconds