Searched full:schedule (Results 1 – 20 of 20) 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.
61 // Recommend a schedule for automatic synchronization. The system may modify this based in CreateSyncAccount()68 // Schedule an initial sync if we detect problems with either our account or our local in CreateSyncAccount()81 * <p>This should only be used when we need to preempt the normal sync schedule. Typically, this
141 * {@link SyncService} with it, and establish a sync schedule.
197 * b. NO: Schedule DELETE from database.<br/>
42 Button button = (Button)findViewById(R.id.schedule); in onCreate()62 // Schedule the alarm!
23 schedule: every sunday 00:00
28 <Button android:id="@+id/schedule"
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…
253 // If we are now visible, schedule a timer for us to go invisible. in setNavVisibility()
163 // If we are now visible, schedule a timer for us to go invisible. in setNavVisibility()
191 * Schedule a fade message for later.
650 mTimer.schedule(mTimerTask, mTaskIntervalInMillis); in run()1224 mTimer.schedule(mTimerTask, mTaskIntervalInMillis); in doCountDown()
358 // Schedule Ui update in onCreate()
331 <string name="alarm_controller">This demonstrates how to schedule and handle347 <string name="alarm_service">This demonstrates how to schedule a repeating
42493 <method name="schedule(Ljava/util/TimerTask;J)V" />42494 <method name="schedule(Ljava/util/TimerTask;JJ)V" />42495 <method name="schedule(Ljava/util/TimerTask;Ljava/util/Date;)V" />42496 <method name="schedule(Ljava/util/TimerTask;Ljava/util/Date;J)V" />42919 …<method name="schedule(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/…42920 …<method name="schedule(Ljava/util/concurrent/Callable;JLjava/util/concurrent/TimeUnit;)Ljava/util/…