Searched refs:awake (Results 1 – 15 of 15) sorted by relevance
45 This class describes how to keep a device awake when necessary without draining55 Learn how to keep the screen or CPU awake as needed, while minimizing the impact
31 and keep it awake to complete some work.</p>186 // Start the service, keeping the device awake while the service is
177 all the repeating alarms will fire when your device is next awake.</p>
18 these radios expend extra power just turning on and keeping awake. Something as simple as a
43 radio awake uses a large amount of power. For this reason, processing individual requests at
47 Because your app pre-fetches data only when the the mobile radio is already awake from
1316 private void stayAwake(boolean awake) { in stayAwake() argument1318 if (awake && !mWakeLock.isHeld()) { in stayAwake()1320 } else if (!awake && mWakeLock.isHeld()) { in stayAwake()1324 mStayAwake = awake; in stayAwake()
29 # This is logged when the partial wake lock (keeping the device awake
120 the device awake for too long or that are consuming CPU while running in the
477 …batched events based on your report latency <strong>only while the CPU is awake</strong>. Although…
376 <p>However, the wake lock acquired in this example guarantees only that the CPU remains awake. If
93 network access, keeping the device awake, and so on.</p>
234 deliver the alarm when the device is awake. Then set
530 (NOT to keep screen awake) -->
1919 …5e85fdfdfa98fbc3326e6">AKEYCODE_POWER</a> but it has no effect if the device is already awake. </p>