Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/pm/
DBackgroundDexOptService.java44 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/
DJobSchedulerImpl.java40 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/
DFullBackupJob.java37 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/
DBluetoothPbapObexSession.java94 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
DBluetoothPbapSession.java126 mObexSession.schedule(mPendingRequest); in handleMessage()
219 return mObexSession.schedule(request); in makeRequest()
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasObexClientSession.java142 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/
DIJobScheduler.aidl26 int schedule(in JobInfo job); in schedule() method
DJobScheduler.java68 public abstract int schedule(JobInfo job); in schedule() method in JobScheduler
/frameworks/base/tools/aapt/
DWorkQueue.h70 status_t schedule(WorkUnit* workUnit, size_t backlog = 2);
DWorkQueue.cpp38 status_t WorkQueue::schedule(WorkUnit* workUnit, size_t backlog) { in schedule() function in android::WorkQueue
/frameworks/base/docs/html/tools/revisions/
Dindex.jd6 an update at their own schedule, so some have their own set of release notes. You can
/frameworks/av/media/libmediaplayerservice/
DVideoFrameScheduler.h37 nsecs_t schedule(nsecs_t renderTime);
/frameworks/base/docs/html/training/monitoring-device-state/
Dconnectivity-monitoring.jd33 <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/
DMountServiceIdler.java95 tm.schedule(builder.build()); in scheduleIdlePass()
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/service/
DTestJobService.java124 tm.schedule(job); in scheduleJob()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeService.java333 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/
DIdlingResourceIntegrationTest.java103 pool.schedule(new Runnable() { in scheduleDelayedCallback()
/frameworks/base/docs/html/training/sync-adapters/
Drunning-sync-adapter.jd43 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/
Dindex.jd62 Learn how to use repeating alarms to schedule operations that take place outside
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
DRSTestCore.java114 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD); in init()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DSyncRunner.java181 mWakeExecutor.schedule(new Runnable() { in scheduleFilterWake()
/frameworks/base/services/core/java/com/android/server/location/
DLocationBasedCountryDetector.java184 mTimer.schedule(new TimerTask() { in detectCountry()
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
DRSTestCore.java118 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD); in init()
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
DRSTestCore.java118 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD); in init()
/frameworks/base/services/core/java/com/android/server/job/
DJobSchedulerService.java174 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()

12