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

/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceWrapper.java131 public void onScreenTurningOn(IKeyguardDrawnCallback callback) { method in class:KeyguardServiceWrapper
133 mService.onScreenTurningOn(callback);
H A DKeyguardServiceDelegate.java172 mKeyguardService.onScreenTurningOn(
291 public void onScreenTurningOn(final DrawnListener drawnListener) { method in class:KeyguardServiceDelegate
294 mKeyguardService.onScreenTurningOn(new KeyguardShowDelegate(drawnListener));
297 Slog.w(TAG, "onScreenTurningOn(): no keyguard service!");
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
H A DDataCollector.java247 public void onScreenTurningOn() { method in class:DataCollector
250 Log.d(TAG, "onScreenTurningOn");
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingManager.java267 public void onScreenTurningOn() { method in class:FalsingManager
269 FalsingLog.i("onScreenTurningOn", new StringBuilder()
276 mDataCollector.onScreenTurningOn();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java229 public void onScreenTurningOn() { method in class:StatusBarKeyguardViewManager
230 Trace.beginSection("StatusBarKeyguardViewManager#onScreenTurningOn");
231 mStatusBar.onScreenTurningOn();
H A DNotificationPanelView.java2171 public void onScreenTurningOn() { method in class:NotificationPanelView
H A DStatusBar.java4943 public void onScreenTurningOn() { method in class:StatusBar
4945 mFalsingManager.onScreenTurningOn();
4946 mNotificationPanel.onScreenTurningOn();
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java963 public void onScreenTurningOn(IKeyguardDrawnCallback callback) { method in class:KeyguardViewMediator
964 Trace.beginSection("KeyguardViewMediator#onScreenTurningOn");
1927 mStatusBarKeyguardViewManager.onScreenTurningOn();

Completed in 4685 milliseconds