Searched full:schedule (Results 1 – 13 of 13) 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.
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…
163 // If we are now visible, schedule a timer for us to go invisible. in setNavVisibility()
193 * Schedule a fade message for later.
650 mTimer.schedule(mTimerTask, mTaskIntervalInMillis); in run()1224 mTimer.schedule(mTimerTask, mTaskIntervalInMillis); in doCountDown()
268 <string name="alarm_controller">This demonstrates how to schedule and handle284 <string name="alarm_service">This demonstrates how to schedule a repeating
38203 <method name="schedule(Ljava/util/TimerTask;J)V" />38204 <method name="schedule(Ljava/util/TimerTask;JJ)V" />38205 <method name="schedule(Ljava/util/TimerTask;Ljava/util/Date;)V" />38206 <method name="schedule(Ljava/util/TimerTask;Ljava/util/Date;J)V" />38629 …<method name="schedule(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/…38630 …<method name="schedule(Ljava/util/concurrent/Callable;JLjava/util/concurrent/TimeUnit;)Ljava/util/…