Searched defs:onScreenTurnedOff (Results 1 - 8 of 8) sorted by path

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DCameraWidgetFrame.java415 public void onScreenTurnedOff() { method in class:CameraWidgetFrame
416 if (DEBUG) Log.d(TAG, "onScreenTurnedOff");
H A DKeyguardUpdateMonitorCallback.java169 public void onScreenTurnedOff(int why) { } method in class:KeyguardUpdateMonitorCallback
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java224 * it turned off due to timeout. see {@link #onScreenTurnedOff(int)}
581 public void onScreenTurnedOff(int why) { method in class:KeyguardViewMediator
584 if (DEBUG) Log.d(TAG, "onScreenTurnedOff(" + why + ")");
973 * @see #onScreenTurnedOff(int)
1391 mStatusBarKeyguardViewManager.onScreenTurnedOff();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java134 public void onScreenTurnedOff() { method in class:KeyguardBouncer
H A DPhoneStatusBar.java3921 public void onScreenTurnedOff() { method in class:PhoneStatusBar
H A DStatusBarKeyguardViewManager.java153 public void onScreenTurnedOff() { method in class:StatusBarKeyguardViewManager
155 mPhoneStatusBar.onScreenTurnedOff();
156 mBouncer.onScreenTurnedOff();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardServiceDelegate.java230 public void onScreenTurnedOff(int why) { method in class:KeyguardServiceDelegate
232 mKeyguardService.onScreenTurnedOff(why);
H A DKeyguardServiceWrapper.java137 public void onScreenTurnedOff(int reason) { method in class:KeyguardServiceWrapper
139 mService.onScreenTurnedOff(reason);

Completed in 169 milliseconds