Searched defs:schedule (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/app/
H A DJobSchedulerImpl.java40 public int schedule(JobInfo job) { method in class:JobSchedulerImpl
42 return mBinder.schedule(job);
/frameworks/base/core/java/android/app/job/
H A DJobScheduler.java29 * JobScheduler with {@link #schedule(JobInfo)}. When the criteria declared are met, the
49 * Returned from {@link #schedule(JobInfo)} when an invalid parameter was supplied. This can occur
55 * Returned from {@link #schedule(JobInfo)} if this application has made too many requests for
64 * you can schedule.
68 public abstract int schedule(JobInfo job); method in class:JobScheduler
/frameworks/base/services/core/java/com/android/server/pm/
H A DBackgroundDexOptService.java49 public static void schedule(Context context) { method in class:BackgroundDexOptService
55 js.schedule(job);
80 schedule(BackgroundDexOptService.this);
/frameworks/base/services/backup/java/com/android/server/backup/
H A DFullBackupJob.java37 public static void schedule(Context ctx, long minDelay) { method in class:FullBackupJob
46 js.schedule(builder.build());
/frameworks/base/tools/aapt/
H A DWorkQueue.cpp38 status_t WorkQueue::schedule(WorkUnit* workUnit, size_t backlog) { function in class:android::WorkQueue
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasObexClientSession.java142 public synchronized boolean schedule(BluetoothMasRequest request) { method in class:BluetoothMasObexClientSession.ClientThread
190 return mClientThread.schedule(request);
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapObexSession.java94 public boolean schedule(BluetoothPbapRequest request) { method in class:BluetoothPbapObexSession
95 Log.d(TAG, "schedule: " + request.getClass().getSimpleName());
102 return mObexClientThread.schedule(request);
180 public synchronized boolean schedule(BluetoothPbapRequest request) { method in class:BluetoothPbapObexSession.ObexClientThread
181 Log.d(TAG, "schedule: " + request.getClass().getSimpleName());
/frameworks/av/media/libmediaplayerservice/
H A DVideoFrameScheduler.cpp339 // TODO: schedule frames for the destination surface
385 nsecs_t VideoFrameScheduler::schedule(nsecs_t renderTime) { function in class:android::VideoFrameScheduler
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerService.java85 * Minimum # of idle jobs that must be ready in order to force the JMS to schedule things
90 * Minimum # of charging jobs that must be ready in order to force the JMS to schedule things
95 * Minimum # of connectivity jobs that must be ready in order to force the JMS to schedule
172 * Entry point from client to schedule the provided job.
178 public int schedule(JobInfo job, int uId) { method in class:JobSchedulerService
233 * @param jobId Id of the job, provided at schedule-time.
711 // Enforce that only the app itself (or shared uid participant) can schedule a
724 " cannot schedule job in " + service.getPackageName());
758 public int schedule(JobInfo job) throws RemoteException { method in class:JobSchedulerService.JobSchedulerStub
775 return JobSchedulerService.this.schedule(jo
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java471 // Compute first frame and schedule next animation.
519 void animate(boolean schedule) { argument
559 if (schedule && animating) {

Completed in 256 milliseconds