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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardViewBase.java72 abstract public void onScreenTurnedOff(); method in class:KeyguardViewBase
H A DKeyguardViewManager.java168 public synchronized void onScreenTurnedOff() { method in class:KeyguardViewManager
169 if (DEBUG) Log.d(TAG, "onScreenTurnedOff()");
172 mKeyguardView.onScreenTurnedOff();
H A DKeyguardViewMediator.java210 * it turned off due to timeout. see {@link #onScreenTurnedOff(int)}
309 public void onScreenTurnedOff(int why) { method in class:KeyguardViewMediator
312 if (DEBUG) Log.d(TAG, "onScreenTurnedOff(" + why + ")");
582 * @see #onScreenTurnedOff(int)
1120 mKeyguardViewManager.onScreenTurnedOff();
H A DLockPatternKeyguardView.java413 public void onScreenTurnedOff() { method in class:LockPatternKeyguardView

Completed in 496 milliseconds