Home
last modified time | relevance | path

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

/frameworks/base/core/proto/android/app/
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
/frameworks/base/core/proto/android/os/
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
/frameworks/base/packages/SystemUI/docs/device-entry/
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…
/frameworks/proto_logging/stats/enums/os/
Denums.proto196 // A proximity wake lock does not prevent the device from falling asleep
199 // locks are held, then the device will fall asleep (and lock) as usual.
200 // However, the device will not fall asleep while the screen has been
/frameworks/base/core/proto/android/server/
Dpowermanagerservice.proto80 // Indicates whether the device is awake or asleep or somewhere in between.
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java6566 void setIsSleeping(boolean asleep) { in setIsSleeping() argument
6567 mSleeping = asleep; in setIsSleeping()