Home
last modified time | relevance | path

Searched refs:asleep (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/proto/android/app/
H A Dalarmmanager.proto36 // asleep, it will not be delivered until the next time the device wakes up.
43 // device is asleep, it will not be delivered until the next time the device
/aosp14/frameworks/base/core/proto/android/os/
H A Dpowermanager.proto53 // The device is asleep. It can only be awoken by a call to wakeUp().
67 // The device is dozing. It is almost asleep but is allowing a special
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/
H A Ddoze.md20 Device is asleep and listening for enabled pulsing and wake-up gesture triggers. In this state, no …
23 Device is asleep and not listening for any triggers to wake up. This state is used only when CAR_MO…
26 Device is asleep, showing UI, and listening for enabled pulsing and wake-up triggers. In this state…
29 Device is asleep and would normally be in state `DOZE_AOD`; however, instead the display is tempora…
/aosp14/frameworks/base/core/proto/android/server/
H A Dpowermanagerservice.proto80 // Indicates whether the device is awake or asleep or somewhere in between.
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java6462 void setIsSleeping(boolean asleep) { in setIsSleeping() argument
6463 mSleeping = asleep; in setIsSleeping()