Searched refs:onDreamingStopped (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseDream.java50 public void onDreamingStopped() { method in class:DessertCaseDream
51 super.onDreamingStopped();
/frameworks/base/core/java/com/android/internal/policy/
H A DIKeyguardService.aidl36 oneway void onDreamingStopped();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardService.java101 public void onDreamingStopped() {
103 mKeyguardViewMediator.onDreamingStopped();
H A DKeyguardViewMediator.java715 public void onDreamingStopped() { method in class:KeyguardViewMediator
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardServiceWrapper.java127 public void onDreamingStopped() { method in class:KeyguardServiceWrapper
129 mService.onDreamingStopped();
H A DKeyguardServiceDelegate.java202 public void onDreamingStopped() { method in class:KeyguardServiceDelegate
204 mKeyguardService.onDreamingStopped();
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java59 * <li>{@link #onDreamingStopped}
526 public void onDreamingStopped() { method in class:DreamService
527 if (mDebug) Slog.v(TAG, "onDreamingStopped()");
576 onDreamingStopped();
578 Slog.w(TAG, "Crashed in onDreamingStopped()", t);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java4221 mKeyguardDelegate.onDreamingStopped();

Completed in 311 milliseconds