Home
last modified time | relevance | path

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

/development/python-packages/adb/
D.gitignore78 # celery beat schedule file
79 celerybeat-schedule
/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>
104 // Schedule the alarm!
144 // 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.java154 * 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
DSyncAdapter.java197 * b. NO: Schedule DELETE from database.<br/>
DEntryListFragment.java141 * {@link SyncService} with it, and establish a sync schedule.
/development/samples/ApiDemos/res/layout/
Dmedia_content_observer.xml26 android:text="Schedule media job">
38 android:text="Schedule photos job">
/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/samples/browseable/JobScheduler/res/values/
Dstrings.xml22 <string name="schedule_job_button_text">Schedule Job</string>
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
DMainActivity.java121 * Executed when user clicks on SCHEDULE JOB.
154 // Schedule job in scheduleJob()
157 tm.schedule(builder.build()); in scheduleJob()
/development/python-packages/
D.gitignore101 celerybeat-schedule
/development/tools/ndk/
D.gitignore101 celerybeat-schedule
/development/samples/ApiDemos/src/com/example/android/apis/content/
DPhotosContentJob.java87 // Schedule this job, replace any existing one.
90 js.schedule(JOB_INFO); in scheduleJob()
DMediaContentJob.java57 js.schedule(builder.build()); in scheduleJob()
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/
DSetTimerActivity.java121 // Schedule an alarm. in registerWithAlarmManager()
/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/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/
DMainActivity.java221 mTimer.schedule(mTimerTask, SCREEN_ON_TIMEOUT_MS); in renewTimer()
/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/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DMainActivity.java359 // Schedule Ui update in onCreate()
/development/samples/ApiDemos/res/values/
Dstrings.xml366 <string name="alarm_controller">This demonstrates how to schedule and handle
383 <string name="alarm_service">This demonstrates how to schedule a repeating