/cts/tests/tests/dreams/src/android/service/dreams/cts/ |
DreamsFeatureTest.java | 30 assertTrue("Dream manager service missing", service != null);
|
/development/samples/Support7Demos/res/values/ |
arrays.xml | 20 <item>Elephants Dream</item>
|
/build/tools/ |
check_builds.sh | 20 # $ golden_builds sdk-sdk generic-eng generic-userdebug dream-eng 25 # $ check_builds sdk-sdk generic-eng generic-userdebug dream-eng
|
/packages/screensavers/Basic/src/com/android/dreams/basic/ |
Colors.java | 29 * This dream performs its rendering using OpenGL on a separate rendering thread. 47 // The current GL renderer, or null if the dream is not running.
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyFlipEvent.java | 30 // Works on emulator and dream
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
Somnambulator.java | 24 * A simple activity that launches a dream.
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
ScreensaverSettingsActivity.java | 26 * Settings for the Alarm Clock Dream (com.android.deskclock.Screensaver).
|
/packages/screensavers/WebView/src/com/android/dreams/web/ |
SetURL.java | 54 Toast.makeText(this, "WebView dream URL set to: " + url, Toast.LENGTH_SHORT).show();
|
SetURLInteractive.java | 54 Toast.makeText(this, "WebView dream URL set to: " + url, Toast.LENGTH_SHORT).show();
|
/external/chromium_org/third_party/android_platform/development/scripts/ |
stack | 38 print " the path to a symbols dir, such as =/tmp/out/target/product/dream/symbols" 47 print " the path to a symbols zip file, such as =dream-symbols-12345.zip"
|
/frameworks/base/docs/html/about/versions/ |
android-4.2.jd | 140 charger (instead of turning the screen off). Daydream displays one dream at a time, which may 146 <p>You can create a dream for Daydream by implementing a subclass of {@link 149 dream, pass a layout resource ID or {@link android.view.View} to {@link 162 <p>If your dream is interactive, you can start an activity from the dream to send the user into 164 android.service.dreams.DreamService#finish()} to end the dream so the user can see the 188 the dream receives input events or exits immediately upon user input. If the dream is 189 interactive, the user may use the <em>Back</em> or <em>Home</em> buttons to exit the dream or you can call 190 {@link android.service.dreams.DreamService#finish()} to stop the dream.</li [all...] |
/frameworks/base/services/java/com/android/server/ |
IdleMaintenanceService.java | 44 * window is announced if: the screen is off or showing a dream AND the 49 * announced AND the screen turned on or a dream was stopped. 139 // Dream actions.
|
/external/qemu/distrib/sdl-1.2.15/ |
CREDITS | 23 * Ryan Gordon for helping everybody out and keeping the dream alive. :)
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
KeyMapDream.java | 22 * Class used to map the symbols on Dream's hardware keyboard to corresponding
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
FlipperDreamSettings.java | 32 * Settings panel for photo flipping dream.
|
AlbumDataAdapter.java | 34 * Settings panel for photo flipping dream.
|
SectionedAlbumDataAdapter.java | 32 * Settings panel for photo flipping dream.
|
/frameworks/base/services/java/com/android/server/power/ |
PowerManagerService.java | 122 // Wakefulness: The device is napping. It is deciding whether to dream or go to sleep 127 // which ends the dream. The device goes to sleep when goToSleep() is called, when 128 // the dream ends or when unplugged. 129 // User activity may brighten the screen but does not end the dream. 167 // effectively and terminate the dream. 278 // The battery level percentage at the time the dream started. 279 // This is used to terminate a dream and go to sleep if the battery is [all...] |
/packages/apps/DeskClock/ |
AndroidManifest.xml | 165 <!-- Dream (screensaver) implementation --> 174 android:name="android.service.dream"
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
SlideshowPage.java | 52 public static final String KEY_DREAM = "dream"; 117 // Dream screensaver only keeps screen on for plugged devices.
|
GalleryActivity.java | 44 public static final String EXTRA_DREAM = "dream";
|
/development/cmds/monkey/ |
README.NETWORK.txt | 80 This simulates the opening or closing the keyboard (like on dream).
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
MediaMimeTest.java | 41 adb install -r out/target/product/dream/data/app/mediaframeworktest.apk
|
/hardware/libhardware/ |
hardware.c | 36 * is "<MODULE_ID>.variant.so" so for the led module the Dream variants
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
web_services.py | 329 status = 'I dream\'d a dream to-night')
|