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
149 // A proximity wake lock does not prevent the device from falling asleep152 // 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
1378 void setIsSleeping(boolean asleep) { in setIsSleeping() argument1379 mSleeping = asleep; in setIsSleeping()
77 // Indicates whether the device is awake or asleep or somewhere in between.