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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeHost.java 27 void startDozing(@NonNull Runnable ready);
DozeService.java 166 // Once ready, we call startDozing() at which point the CPU may suspend
168 mHost.startDozing(new Runnable() {
172 startDozing();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DozeTrigger.java 51 public void startDozing() {
  /frameworks/base/tests/DozeTest/src/com/android/dreams/dozetest/
DozeTestDream.java 123 startDozing();
  /frameworks/base/core/java/android/service/dreams/
DreamService.java 569 * @see #startDozing
605 public void startDozing() {
615 mSandman.startDozing(mWindowToken, mDozeScreenState, mDozeScreenBrightness);
625 * This method reverses the effect of {@link #startDozing}. From this moment onward,
630 * @see #startDozing
677 * once {@link #startDozing} has been called. The default value is
730 * once {@link #startDozing} has been called. The default value is
    [all...]
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamManagerService.java 596 public void startDozing(IBinder token, int screenState, int screenBrightness) {

Completed in 281 milliseconds