Searched refs:dream (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/service/dreams/
H A DIDreamManager.aidl26 void dream();
H A DSandman.java39 // The component name of a special dock app that merely launches a dream.
41 // activity transition. We just want to start the dream.
52 * False if we should dream instead, if appropriate.
60 * Starts a dream manually.
67 * Starts a dream when docked if the system has been configured to do so,
86 Slog.i(TAG, "Activating dream while docked.");
91 // and the UI mode manager starting a dream. We want the system to already
92 // be awake by the time this happens. Otherwise the dream may not start.
97 Slog.i(TAG, "Activating dream by user request.");
101 dreamManagerService.dream();
[all...]
/frameworks/base/services/java/com/android/server/dreams/
H A DDreamManagerService.java160 public void dream() { method in class:DreamManagerService
167 // Because napping could cause the screen to turn off immediately if the dream
178 public void testDream(ComponentName dream) { argument
181 if (dream == null) {
182 throw new IllegalArgumentException("dream must not be null");
189 Slog.w(TAG, "Aborted attempt to start a test dream while a different "
197 startDreamLocked(dream, true /*isTest*/, callingUserId);
234 // Note that a dream finishing and self-terminating is not
235 // itself considered user activity. If the dream is ending because
238 // If the dream i
[all...]

Completed in 104 milliseconds