HomeSort by relevance Sort by last modified time
    Searched refs:onScreenTurnedOff (Results 1 - 5 of 5) sorted by null

  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewBase.java 72 abstract public void onScreenTurnedOff();
KeyguardViewManager.java 168 public synchronized void onScreenTurnedOff() {
169 if (DEBUG) Log.d(TAG, "onScreenTurnedOff()");
172 mKeyguardView.onScreenTurnedOff();
KeyguardViewMediator.java 210 * it turned off due to timeout. see {@link #onScreenTurnedOff(int)}
309 public void onScreenTurnedOff(int why) {
312 if (DEBUG) Log.d(TAG, "onScreenTurnedOff(" + why + ")");
582 * @see #onScreenTurnedOff(int)
    [all...]
LockPatternKeyguardView.java 413 public void onScreenTurnedOff() {
PhoneWindowManager.java     [all...]

Completed in 184 milliseconds