Searched full:schedule (Results 1 – 24 of 24) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | AlarmService.java | 36 * 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!
|
D | AlarmController.java | 47 <td class="DescrColumn">The activity that lets you schedule alarms</td> 104 // Schedule the alarm! 144 // Schedule the alarm!
|
D | _package.html | 40 - These examples show how you can use alarms to schedule background
|
D | _index.html | 243 <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
|
D | RemoteService.java | 154 * to schedule increments of our value.
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/ |
D | SyncUtils.java | 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
|
D | SyncAdapter.java | 197 * b. NO: Schedule DELETE from database.<br/>
|
D | EntryListFragment.java | 141 * {@link SyncService} with it, and establish a sync schedule.
|
/development/samples/ApiDemos/res/layout/ |
D | media_content_observer.xml | 26 android:text="Schedule media job"> 38 android:text="Schedule photos job">
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
D | cron.yaml | 23 schedule: every sunday 00:00
|
/development/samples/Alarm/res/values/ |
D | strings.xml | 19 This shows how to schedule a repeating alarm that starts a service.</string>
|
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/ |
D | MainActivity.java | 121 * Executed when user clicks on SCHEDULE JOB. 154 // Schedule job in scheduleJob() 157 tm.schedule(builder.build()); in scheduleJob()
|
/development/samples/browseable/JobScheduler/res/values/ |
D | strings.xml | 22 <string name="schedule_job_button_text">Schedule Job</string>
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | PhotosContentJob.java | 87 // Schedule this job, replace any existing one. 90 js.schedule(JOB_INFO); in scheduleJob()
|
D | MediaContentJob.java | 57 js.schedule(builder.build()); in scheduleJob()
|
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/ |
D | SetTimerActivity.java | 121 // Schedule an alarm. in registerWithAlarmManager()
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | VideoPlayerActivity.java | 163 // 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/ |
D | MainActivity.java | 221 mTimer.schedule(mTimerTask, SCREEN_ON_TIMEOUT_MS); in renewTimer()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | TouchPaint.java | 191 * Schedule a fade message for later.
|
/development/samples/JetBoy/src/com/example/android/jetboy/ |
D | JetBoyView.java | 650 mTimer.schedule(mTimerTask, mTaskIntervalInMillis); in run() 1224 mTimer.schedule(mTimerTask, mTaskIntervalInMillis); in doCountDown()
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
D | MainActivity.java | 359 // Schedule Ui update in onCreate()
|
/development/samples/ApiDemos/res/values/ |
D | strings.xml | 355 <string name="alarm_controller">This demonstrates how to schedule and handle 372 <string name="alarm_service">This demonstrates how to schedule a repeating
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 27290 …d7dd2be74,platform/system/bt,fake_AERSFENSQ2e-hh_K6XrSuw@fakeemail.com,Remove reduntant re-schedule 39862 …tform/frameworks/opt/net/wifi,fake_Mgz4eoj_THWfnDXurcSPxw@fakeemail.com,Schedule a scan immediatel… 46206 …m/external/mesa3d,fake_CrVVXYJKTqGti4YhqzuZhA@fakeemail.com,vc4: Try to schedule QIR instructions … 48020 …form/external/mesa3d,fake_CrVVXYJKTqGti4YhqzuZhA@fakeemail.com,i965/fs: Schedule instructions both… 53503 …sa3d,fake_CrVVXYJKTqGti4YhqzuZhA@fakeemail.com,i965: Try not to reverse-schedule things when doing… 60065 …TqGti4YhqzuZhA@fakeemail.com,"vc4: Populate the delay field better, and schedule high delay first." 61255 …rm/external/mesa3d,fake_VBvJTuS5RUyCX9mOup3Pkg@fakeemail.com,nir/gcm: Rework the schedule late loop 65849 …ke_CrVVXYJKTqGti4YhqzuZhA@fakeemail.com,vc4: Move the QPU instructions to schedule into each block. 73184 …tform/external/libusb,fake_QFSlHl8HSiyOio-ezys4mA@fakeemail.com,Darwin: Schedule isochronous trans… 76147 …atform/external/autotest,fake_8nbVRdP6T8Co3v84seRjGw@fakeemail.com,Cheets: Schedule GTS in the lab. [all …]
|
/development/sdk/ |
D | api-versions.xml | 6379 <method name="schedule(Landroid/app/job/JobInfo;)I" /> 59310 <method name="schedule(Ljava/util/TimerTask;J)V" /> 59311 <method name="schedule(Ljava/util/TimerTask;JJ)V" /> 59312 <method name="schedule(Ljava/util/TimerTask;Ljava/util/Date;)V" /> 59313 <method name="schedule(Ljava/util/TimerTask;Ljava/util/Date;J)V" /> 60052 …<method name="schedule(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/… 60053 …<method name="schedule(Ljava/util/concurrent/Callable;JLjava/util/concurrent/TimeUnit;)Ljava/util/…
|