Searched refs:asleep (Results 1 – 5 of 5) 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…
80 // Indicates whether the device is awake or asleep or somewhere in between.
6462 void setIsSleeping(boolean asleep) { in setIsSleeping() argument6463 mSleeping = asleep; in setIsSleeping()