Home
last modified time | relevance | path

Searched full:schedule (Results 1 – 12 of 12) 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/pdk/docs/source/
Dcla-corporate.jd20 …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>
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Dcron.yaml23 schedule: every sunday 00:00
/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/ApiDemos/src/com/example/android/apis/graphics/
DTouchPaint.java193 * 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/ApiDemos/res/values/
Dstrings.xml246 <string name="alarm_controller">This demonstrates how to schedule and handle
262 <string name="alarm_service">This demonstrates how to schedule a repeating