Searched refs:asleep (Results 1 – 6 of 6) sorted by relevance
36 // 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
53 // 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
20 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…
196 // A proximity wake lock does not prevent the device from falling asleep199 // 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
80 // Indicates whether the device is awake or asleep or somewhere in between.
6566 void setIsSleeping(boolean asleep) { in setIsSleeping() argument6567 mSleeping = asleep; in setIsSleeping()