Searched full:schedule (Results 1 – 12 of 12) sorted by relevance
36 * This demonstrates how you can schedule an alarm that causes a service to37 * be started. This is useful when you want to schedule alarms that initiate66 // Schedule the alarm!
47 <td class="DescrColumn">The activity that lets you schedule alarms</td>100 // Schedule the alarm!131 // Schedule the alarm!
40 - These examples show how you can use alarms to schedule background
243 <dd>Demonstrates two ways you can schedule alarms: a one-shot alarm that259 <dd>Demonstrates how you can schedule an alarm that causes a service to260 be started. This is useful when you want to schedule alarms that initiate
147 * to schedule increments of our value.
20 …mentation or other original works of authorship expressly identified in Schedule B, as well as any…29 …loyee of the Corporation designated on Schedule A below (or in a subsequent written modification t…46 Schedule A</h3>49 Schedule B</h3>
23 schedule: every sunday 00:00
19 This shows how to schedule a repeating alarm that starts a service.</string>
180 …RUPTIBLE); if (condition) break; spin_unlock_irq(&lock); cmd; schedule(); spin_lock_ir…
193 * Schedule a fade message for later.
650 mTimer.schedule(mTimerTask, mTaskIntervalInMillis); in run()1224 mTimer.schedule(mTimerTask, mTaskIntervalInMillis); in doCountDown()
246 <string name="alarm_controller">This demonstrates how to schedule and handle262 <string name="alarm_service">This demonstrates how to schedule a repeating