Home
last modified time | relevance | path

Searched full:schedule (Results 1 – 20 of 20) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DAlarmService.java36 * This demonstrates how you can schedule an alarm that causes a service to
37 * be started. This is useful when you want to schedule alarms that initiate
66 // Schedule the alarm!
DAlarmController.java47 <td class="DescrColumn">The activity that lets you schedule alarms</td>
100 // Schedule the alarm!
131 // Schedule the alarm!
D_package.html40 - These examples show how you can use alarms to schedule background
D_index.html243 <dd>Demonstrates two ways you can schedule alarms: a one-shot alarm that
259 <dd>Demonstrates how you can schedule an alarm that causes a service to
260 be started. This is useful when you want to schedule alarms that initiate
DRemoteService.java147 * to schedule increments of our value.
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
DSyncUtils.java61 // 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
DEntryListFragment.java141 * {@link SyncService} with it, and establish a sync schedule.
DSyncAdapter.java197 * b. NO: Schedule DELETE from database.<br/>
/development/samples/Support4Demos/src/com/example/android/supportv4/content/
DSimpleWakefulController.java42 Button button = (Button)findViewById(R.id.schedule); in onCreate()
62 // Schedule the alarm!
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Dcron.yaml23 schedule: every sunday 00:00
/development/samples/Support4Demos/res/layout/
Dwakeful_alarm_controller.xml28 <Button android:id="@+id/schedule"
/development/samples/Alarm/res/values/
Dstrings.xml19 This shows how to schedule a repeating alarm that starts a service.</string>
/development/ndk/platforms/android-3/include/linux/raid/
Dmd_k.h180 …RUPTIBLE); if (condition) break; spin_unlock_irq(&lock); cmd; schedule(); spin_lock_ir…
/development/samples/Support4Demos/src/com/example/android/supportv4/media/
DTransportControllerActivity.java253 // If we are now visible, schedule a timer for us to go invisible. in setNavVisibility()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DVideoPlayerActivity.java163 // If we are now visible, schedule a timer for us to go invisible. in setNavVisibility()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DTouchPaint.java191 * Schedule a fade message for later.
/development/samples/JetBoy/src/com/example/android/jetboy/
DJetBoyView.java650 mTimer.schedule(mTimerTask, mTaskIntervalInMillis); in run()
1224 mTimer.schedule(mTimerTask, mTaskIntervalInMillis); in doCountDown()
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
DSampleMediaRouterActivity.java358 // Schedule Ui update in onCreate()
/development/samples/ApiDemos/res/values/
Dstrings.xml331 <string name="alarm_controller">This demonstrates how to schedule and handle
347 <string name="alarm_service">This demonstrates how to schedule a repeating
/development/sdk/
Dapi-versions.xml42493 <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/…