Searched refs:onDreamingStopped (Results 1 - 10 of 10) 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.aidl48 oneway void onDreamingStopped();
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java139 public void onDreamingStopped() {
141 mKeyguardViewMediator.onDreamingStopped();
H A DKeyguardViewMediator.java711 public void onDreamingStopped() { method in class:KeyguardViewMediator
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardServiceWrapper.java129 public void onDreamingStopped() { method in class:KeyguardServiceWrapper
131 mService.onDreamingStopped();
H A DKeyguardServiceDelegate.java209 public void onDreamingStopped() { method in class:KeyguardServiceDelegate
211 mKeyguardService.onDreamingStopped();
/frameworks/base/tests/DozeTest/src/com/android/dreams/dozetest/
H A DDozeTestDream.java127 public void onDreamingStopped() { method in class:DozeTestDream
128 super.onDreamingStopped();
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java66 * <li>{@link #onDreamingStopped}
784 public void onDreamingStopped() { method in class:DreamService
785 if (mDebug) Slog.v(TAG, "onDreamingStopped()");
899 if (mDebug) Slog.v(TAG, "detach(): Calling onDreamingStopped()");
901 onDreamingStopped();
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeService.java174 // From this point until onDreamingStopped we will need to hold a
183 public void onDreamingStopped() { method in class:DozeService
184 if (DEBUG) Log.d(mTag, "onDreamingStopped isDozing=" + isDozing());
185 super.onDreamingStopped();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java4668 mKeyguardDelegate.onDreamingStopped();

Completed in 171 milliseconds