HomeSort by relevance Sort by last modified time
    Searched refs:onScreenTurningOn (Results 1 - 14 of 14) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
ScreenLifecycle.java 44 dispatch(Observer::onScreenTurningOn);
74 default void onScreenTurningOn() {}
KeyguardService.java 150 public void onScreenTurningOn(IKeyguardDrawnCallback callback) {
151 Trace.beginSection("KeyguardService.mBinder#onScreenTurningOn");
153 mKeyguardViewMediator.onScreenTurningOn(callback);
KeyguardViewMediator.java     [all...]
  /frameworks/base/core/java/com/android/internal/policy/
IKeyguardService.aidl 74 void onScreenTurningOn(IKeyguardDrawnCallback callback);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
ScreenLifecycleTest.java 61 verify(mScreenObserverMock).onScreenTurningOn();
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceWrapper.java 140 public void onScreenTurningOn(IKeyguardDrawnCallback callback) {
142 mService.onScreenTurningOn(callback);
KeyguardServiceDelegate.java 180 mKeyguardService.onScreenTurningOn(
318 public void onScreenTurningOn(final DrawnListener drawnListener) {
321 mKeyguardService.onScreenTurningOn(new KeyguardShowDelegate(drawnListener));
324 Slog.w(TAG, "onScreenTurningOn(): no keyguard service!");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
FalsingManager.java 277 public void onScreenTurningOn() {
279 FalsingLog.i("onScreenTurningOn", new StringBuilder()
286 mDataCollector.onScreenTurningOn();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
DataCollector.java 247 public void onScreenTurningOn() {
250 Log.d(TAG, "onScreenTurningOn");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarKeyguardViewManager.java 252 public void onScreenTurningOn() {
StatusBar.java     [all...]
NotificationPanelView.java     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]
  /prebuilts/misc/common/robolectric/lib/
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 1632 milliseconds