Searched full:schedule (Results 1 – 25 of 25) sorted by relevance
78 # celery beat schedule file79 celerybeat-schedule
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>104 // Schedule the alarm!144 // 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
154 * 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
197 * b. NO: Schedule DELETE from database.<br/>
141 * {@link SyncService} with it, and establish a sync schedule.
26 android:text="Schedule media job">38 android:text="Schedule photos job">
23 schedule: every sunday 00:00
19 This shows how to schedule a repeating alarm that starts a service.</string>
22 <string name="schedule_job_button_text">Schedule Job</string>
121 * Executed when user clicks on SCHEDULE JOB.154 // Schedule job in scheduleJob()157 tm.schedule(builder.build()); in scheduleJob()
101 celerybeat-schedule
87 // Schedule this job, replace any existing one.90 js.schedule(JOB_INFO); in scheduleJob()
57 js.schedule(builder.build()); in scheduleJob()
121 // Schedule an alarm. in registerWithAlarmManager()
163 // If we are now visible, schedule a timer for us to go invisible. in setNavVisibility()
221 mTimer.schedule(mTimerTask, SCREEN_ON_TIMEOUT_MS); in renewTimer()
191 * Schedule a fade message for later.
650 mTimer.schedule(mTimerTask, mTaskIntervalInMillis); in run()1224 mTimer.schedule(mTimerTask, mTaskIntervalInMillis); in doCountDown()
359 // Schedule Ui update in onCreate()
366 <string name="alarm_controller">This demonstrates how to schedule and handle383 <string name="alarm_service">This demonstrates how to schedule a repeating