Searched refs:onScreenTurnedOff (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
H A DIKeyguardService.aidl37 oneway void onScreenTurnedOff(int reason);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardService.java105 public void onScreenTurnedOff(int reason) {
107 mKeyguardViewMediator.onScreenTurnedOff(reason);
H A DKeyguardUpdateMonitorCallback.java174 public void onScreenTurnedOff(int why) { } method in class:KeyguardUpdateMonitorCallback
H A DKeyguardViewBase.java63 abstract public void onScreenTurnedOff(); method in class:KeyguardViewBase
H A DKeyguardStatusView.java66 public void onScreenTurnedOff(int why) {
H A DKeyguardViewManager.java425 public synchronized void onScreenTurnedOff() { method in class:KeyguardViewManager
426 if (DEBUG) Log.d(TAG, "onScreenTurnedOff()");
429 mKeyguardView.onScreenTurnedOff();
H A DCarrierText.java55 public void onScreenTurnedOff(int why) {
H A DKeyguardMessageArea.java166 public void onScreenTurnedOff(int why) {
H A DKeyguardViewMediator.java210 * it turned off due to timeout. see {@link #onScreenTurnedOff(int)}
584 public void onScreenTurnedOff(int why) { method in class:KeyguardViewMediator
587 if (DEBUG) Log.d(TAG, "onScreenTurnedOff(" + why + ")");
967 * @see #onScreenTurnedOff(int)
1342 mKeyguardViewManager.onScreenTurnedOff();
H A DCameraWidgetFrame.java413 public void onScreenTurnedOff() { method in class:CameraWidgetFrame
414 if (DEBUG) Log.d(TAG, "onScreenTurnedOff");
H A DKeyguardTransportControlView.java263 public void onScreenTurnedOff(int why) {
H A DKeyguardHostView.java1049 public void onScreenTurnedOff() { method in class:KeyguardHostView
1065 cameraPage.onScreenTurnedOff();
H A DKeyguardUpdateMonitor.java438 cb.onScreenTurnedOff(arg1);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardServiceWrapper.java135 public void onScreenTurnedOff(int reason) { method in class:KeyguardServiceWrapper
137 mService.onScreenTurnedOff(reason);
H A DKeyguardServiceDelegate.java223 public void onScreenTurnedOff(int why) { method in class:KeyguardServiceDelegate
225 mKeyguardService.onScreenTurnedOff(why);
/frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
H A DKeyguardTestActivity.java255 mService.onScreenTurnedOff(WindowManagerPolicy.OFF_BECAUSE_OF_USER);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java4274 mKeyguardDelegate.onScreenTurnedOff(why);

Completed in 330 milliseconds