Searched defs:onScreenTurnedOn (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DScreenLifecycle.java49 dispatch(Observer::onScreenTurnedOn);
75 default void onScreenTurnedOn() {} method in interface:ScreenLifecycle.Observer
H A DKeyguardViewMediator.java979 public void onScreenTurnedOn() { method in class:KeyguardViewMediator
980 Trace.beginSection("KeyguardViewMediator#onScreenTurnedOn");
1962 mStatusBarKeyguardViewManager.onScreenTurnedOn();
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java189 public void onScreenTurnedOn() { } method in class:KeyguardUpdateMonitorCallback
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceWrapper.java149 public void onScreenTurnedOn() { method in class:KeyguardServiceWrapper
151 mService.onScreenTurnedOn();
H A DKeyguardServiceDelegate.java184 mKeyguardService.onScreenTurnedOn();
320 if (DEBUG) Log.v(TAG, "onScreenTurnedOn(showListener = " + drawnListener + ")");
332 public void onScreenTurnedOn() { method in class:KeyguardServiceDelegate
334 if (DEBUG) Log.v(TAG, "onScreenTurnedOn()");
335 mKeyguardService.onScreenTurnedOn();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java493 public void onScreenTurnedOn() { method in class:KeyguardIndicationController.BaseKeyguardCallback
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeScrimController.java160 public void onScreenTurnedOn() { method in class:DozeScrimController
H A DStatusBarKeyguardViewManager.java256 public void onScreenTurnedOn() { method in class:StatusBarKeyguardViewManager
257 Trace.beginSection("StatusBarKeyguardViewManager#onScreenTurnedOn");

Completed in 156 milliseconds