Home
last modified time | relevance | path

Searched refs:onScreenTurningOn (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java131 public void onScreenTurningOn(IKeyguardDrawnCallback callback) {
134 mKeyguardViewMediator.onScreenTurningOn(callback);
DKeyguardViewMediator.java963 public void onScreenTurningOn(IKeyguardDrawnCallback callback) { in onScreenTurningOn() method in KeyguardViewMediator
1927 mStatusBarKeyguardViewManager.onScreenTurningOn(); in handleNotifyScreenTurningOn()
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceWrapper.java131 public void onScreenTurningOn(IKeyguardDrawnCallback callback) { in onScreenTurningOn() method in KeyguardServiceWrapper
133 mService.onScreenTurningOn(callback); in onScreenTurningOn()
DKeyguardServiceDelegate.java172 mKeyguardService.onScreenTurningOn(
291 public void onScreenTurningOn(final DrawnListener drawnListener) { in onScreenTurningOn() method in KeyguardServiceDelegate
294 mKeyguardService.onScreenTurningOn(new KeyguardShowDelegate(drawnListener)); in onScreenTurningOn()
/frameworks/base/core/java/com/android/internal/policy/
DIKeyguardService.aidl69 void onScreenTurningOn(IKeyguardDrawnCallback callback); in onScreenTurningOn() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingManager.java267 public void onScreenTurningOn() { in onScreenTurningOn() method in FalsingManager
276 mDataCollector.onScreenTurningOn(); in onScreenTurningOn()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java229 public void onScreenTurningOn() { in onScreenTurningOn() method in StatusBarKeyguardViewManager
231 mStatusBar.onScreenTurningOn(); in onScreenTurningOn()
DStatusBar.java4943 public void onScreenTurningOn() { in onScreenTurningOn() method
4945 mFalsingManager.onScreenTurningOn(); in onScreenTurningOn()
4946 mNotificationPanel.onScreenTurningOn(); in onScreenTurningOn()
DNotificationPanelView.java2171 public void onScreenTurningOn() { in onScreenTurningOn() method in NotificationPanelView
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
DDataCollector.java247 public void onScreenTurningOn() { in onScreenTurningOn() method in DataCollector
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java6708 mKeyguardDelegate.onScreenTurningOn(mKeyguardDrawnCallback); in screenTurningOn()