/frameworks/base/services/core/java/com/android/server/pm/ |
D | BackgroundDexOptService.java | 44 public static void schedule(Context context) { in schedule() method in BackgroundDexOptService 50 js.schedule(job); in schedule() 75 schedule(BackgroundDexOptService.this); in onStartJob()
|
/frameworks/base/core/java/android/app/ |
D | JobSchedulerImpl.java | 40 public int schedule(JobInfo job) { in schedule() method in JobSchedulerImpl 42 return mBinder.schedule(job); in schedule()
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | FullBackupJob.java | 37 public static void schedule(Context ctx, long minDelay) { in schedule() method in FullBackupJob 46 js.schedule(builder.build()); in schedule()
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/ |
D | BluetoothPbapObexSession.java | 94 public boolean schedule(BluetoothPbapRequest request) { in schedule() method in BluetoothPbapObexSession 102 return mObexClientThread.schedule(request); in schedule() 180 public synchronized boolean schedule(BluetoothPbapRequest request) { in schedule() method in BluetoothPbapObexSession.ObexClientThread
|
D | BluetoothPbapSession.java | 126 mObexSession.schedule(mPendingRequest); in handleMessage() 219 return mObexSession.schedule(request); in makeRequest()
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
D | BluetoothMasObexClientSession.java | 142 public synchronized boolean schedule(BluetoothMasRequest request) { in schedule() method in BluetoothMasObexClientSession.ClientThread 190 return mClientThread.schedule(request); in makeRequest()
|
/frameworks/base/core/java/android/app/job/ |
D | IJobScheduler.aidl | 26 int schedule(in JobInfo job); in schedule() method
|
D | JobScheduler.java | 68 public abstract int schedule(JobInfo job); in schedule() method in JobScheduler
|
/frameworks/base/tools/aapt/ |
D | WorkQueue.h | 70 status_t schedule(WorkUnit* workUnit, size_t backlog = 2);
|
D | WorkQueue.cpp | 38 status_t WorkQueue::schedule(WorkUnit* workUnit, size_t backlog) { in schedule() function in android::WorkQueue
|
/frameworks/base/docs/html/tools/revisions/ |
D | index.jd | 6 an update at their own schedule, so some have their own set of release notes. You can
|
/frameworks/av/media/libmediaplayerservice/ |
D | VideoFrameScheduler.h | 37 nsecs_t schedule(nsecs_t renderTime);
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
D | connectivity-monitoring.jd | 33 <p>Some of the most common uses for repeating alarms and background services is to schedule regular 36 download, why both waking the device to schedule the update at all?</p> 44 <p>There's no need to schedule an update based on an Internet resource if you aren't connected to
|
/frameworks/base/services/core/java/com/android/server/ |
D | MountServiceIdler.java | 95 tm.schedule(builder.build()); in scheduleIdlePass()
|
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/service/ |
D | TestJobService.java | 124 tm.schedule(job); in scheduleJob()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeService.java | 333 final PulseSchedule schedule = mDozeParameters.getPulseSchedule(); in rescheduleNotificationPulse() local 334 if (schedule == null) { in rescheduleNotificationPulse() 339 final long time = schedule.getNextTime(now, mNotificationPulseTime); in rescheduleNotificationPulse()
|
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/ |
D | IdlingResourceIntegrationTest.java | 103 pool.schedule(new Runnable() { in scheduleDelayedCallback()
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | running-sync-adapter.jd | 43 You should try to run your sync adapter based on a schedule or as the indirect result of some 44 event. For example, you may want your sync adapter to run on a regular schedule, either after a 300 schedule for your sync adapter, but you do want it to run frequently. 307 your sync adapter periodically on a regular schedule, you should disable 388 The following code snippet shows you how to schedule periodic sync adapter runs: 433 when it runs sync adapters according to a schedule. Options that run a sync in response to data 441 use other signals to trigger a sync or schedule them at regular intervals, without user input.
|
/frameworks/base/docs/html/training/scheduling/ |
D | index.jd | 62 Learn how to use repeating alarms to schedule operations that take place outside
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | RSTestCore.java | 114 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD); in init()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | SyncRunner.java | 181 mWakeExecutor.schedule(new Runnable() { in scheduleFilterWake()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | LocationBasedCountryDetector.java | 184 mTimer.schedule(new TimerTask() { in detectCountry()
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | RSTestCore.java | 118 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD); in init()
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | RSTestCore.java | 118 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD); in init()
|
/frameworks/base/services/core/java/com/android/server/job/ |
D | JobSchedulerService.java | 174 public int schedule(JobInfo job, int uId) { in schedule() method in JobSchedulerService 754 public int schedule(JobInfo job) throws RemoteException { in schedule() method in JobSchedulerService.JobSchedulerStub 771 return JobSchedulerService.this.schedule(job, uid); in schedule()
|