HomeSort by relevance Sort by last modified time
    Searched defs:onScreenTurnedOn (Results 1 - 16 of 16) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
ScreenLifecycle.java 49 dispatch(Observer::onScreenTurnedOn);
75 default void onScreenTurnedOn() {}
KeyguardViewMediator.java     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceWrapper.java 149 public void onScreenTurnedOn() {
151 mService.onScreenTurnedOn();
KeyguardServiceDelegate.java 184 mKeyguardService.onScreenTurnedOn();
320 if (DEBUG) Log.v(TAG, "onScreenTurnedOn(showListener = " + drawnListener + ")");
332 public void onScreenTurnedOn() {
334 if (DEBUG) Log.v(TAG, "onScreenTurnedOn()");
335 mKeyguardService.onScreenTurnedOn();
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardUpdateMonitorCallback.java 189 public void onScreenTurnedOn() { }
KeyguardUpdateMonitor.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DozeScrimController.java 160 public void onScreenTurnedOn() {
StatusBarKeyguardViewManager.java 256 public void onScreenTurnedOn() {
257 Trace.beginSection("StatusBarKeyguardViewManager#onScreenTurnedOn");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyguardIndicationController.java 493 public void onScreenTurnedOn() {
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 276 milliseconds