Lines Matching refs:alarms
102 "denial of service." Follow these best practices in using alarms:</p>
123 Android synchronizes repeating alarms from multiple apps and fires
126 (API Level 19), all repeating alarms are inexact. Note that while
130 Therefore, for network requests, add some randomness to your alarms, as discussed above.</p>
135 <p>Repeating alarms that are based on a precise trigger time don't scale well.
146 <p>As described above, repeating alarms are a good choice for scheduling regular events or
164 <p>There are two general clock types for alarms: "elapsed real time" and "real time clock"
170 time zone/locale. The real time clock type is better suited for alarms that are dependent
177 all the repeating alarms will fire when your device is next awake.</p>
280 When you use this method, Android synchronizes multiple inexact repeating alarms and fires
286 should avoid using exact alarms if possible.</p>
310 <p>By default, all alarms are canceled when a device shuts down.