Home
last modified time | relevance | path

Searched refs:asleep (Results 1 – 5 of 5) 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
Denums.proto149 // A proximity wake lock does not prevent the device from falling asleep
152 // locks are held, then the device will fall asleep (and lock) as usual.
153 // However, the device will not fall asleep while the screen has been
/frameworks/base/services/core/java/com/android/server/wm/
DActivityDisplay.java1378 void setIsSleeping(boolean asleep) { in setIsSleeping() argument
1379 mSleeping = asleep; in setIsSleeping()
/frameworks/base/core/proto/android/server/
Dpowermanagerservice.proto77 // Indicates whether the device is awake or asleep or somewhere in between.