Searched defs:schedule (Results 1 - 16 of 16) 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.java31 * JobScheduler with {@link #schedule(JobInfo)}. When the criteria declared are met, the
51 * Returned from {@link #schedule(JobInfo)} when an invalid parameter was supplied. This can occur
57 * Returned from {@link #schedule(JobInfo)} if this job has been successfully scheduled.
64 * you can schedule.
67 public abstract int schedule(JobInfo job); method in class:JobScheduler
/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());
H A DKeyValueBackupJob.java56 public static void schedule(Context ctx) { method in class:KeyValueBackupJob
57 schedule(ctx, 0);
60 public static void schedule(Context ctx, long delay) { method in class:KeyValueBackupJob
76 js.schedule(builder.build());
/frameworks/base/core/java/com/android/internal/util/
H A DWakeupMessage.java71 * the device when it goes off. If schedule is called multiple times without the message being
74 public synchronized void schedule(long when) { method in class:WakeupMessage
/frameworks/base/services/core/java/com/android/server/pm/
H A DBackgroundDexOptService.java69 public static void schedule(Context context) { method in class:BackgroundDexOptService
74 js.schedule(new JobInfo.Builder(JOB_POST_BOOT_UPDATE, sDexoptServiceName)
81 js.schedule(new JobInfo.Builder(JOB_IDLE_OPTIMIZE, sDexoptServiceName)
/frameworks/base/tools/aapt/
H A DWorkQueue.cpp38 status_t WorkQueue::schedule(WorkUnit* workUnit, size_t backlog) { function in class:android::WorkQueue
/frameworks/base/services/core/java/com/android/server/notification/
H A DScheduleCalendar.java37 public void setSchedule(ScheduleInfo schedule) { argument
38 if (Objects.equals(mSchedule, schedule)) return;
39 mSchedule = schedule;
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
H A DTestScheduledExecutorService.java116 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { method in class:TestScheduledExecutorService
123 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { method in class:TestScheduledExecutorService
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DBackgroundScanSchedulerTest.java85 WifiNative.ScanSettings schedule = mScheduler.getSchedule();
87 assertEquals(30000, schedule.base_period_ms);
88 assertBuckets(schedule, 0);
99 WifiNative.ScanSettings schedule = mScheduler.getSchedule();
101 assertEquals(30000, schedule.base_period_ms);
102 assertBuckets(schedule, 1);
104 assertSettingsSatisfied(schedule, request, false, true);
116 WifiNative.ScanSettings schedule = mScheduler.getSchedule();
118 assertEquals("base_period_ms", 10000, schedule.base_period_ms);
119 assertBuckets(schedule,
798 assertBuckets(WifiNative.ScanSettings schedule, int numBuckets) argument
821 assertSettingsSatisfied(WifiNative.ScanSettings schedule, ScanSettings settings, boolean bucketsLimited, boolean exactPeriod) argument
969 computeExpectedPeriod(int requestedPeriod, WifiNative.ScanSettings schedule) argument
[all...]
/frameworks/av/media/libstagefright/
H A DVideoFrameScheduler.cpp343 // TODO: schedule frames for the destination surface
397 nsecs_t VideoFrameScheduler::schedule(nsecs_t renderTime) { function in class:android::VideoFrameScheduler
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java799 // ==== Built-in system condition: schedule ====
801 public static final String SCHEDULE_PATH = "schedule";
803 public static Uri toScheduleConditionId(ScheduleInfo schedule) { argument
807 .appendQueryParameter("days", toDayList(schedule.days))
808 .appendQueryParameter("start", schedule.startHour + "." + schedule.startMinute)
809 .appendQueryParameter("end", schedule.endHour + "." + schedule.endMinute)
810 .appendQueryParameter("exitAtAlarm", String.valueOf(schedule.exitAtAlarm))
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java491 // Compute first frame and schedule next animation.
550 void animate(boolean schedule) { argument
588 if (schedule && animating) {
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerService.java110 /** The maximum number of jobs that we allow an unprivileged app to schedule */
221 * Minimum # of idle jobs that must be ready in order to force the JMS to schedule things
226 * Minimum # of charging jobs that must be ready in order to force the JMS to schedule
231 * Minimum # of connectivity jobs that must be ready in order to force the JMS to schedule
237 * schedule things early.
506 * Entry point from client to schedule the provided job.
512 public int schedule(JobInfo job, int uId) { method in class:JobSchedulerService
535 throw new IllegalStateException("Apps may not schedule more than "
620 * @param jobId Id of the job, provided at schedule-time.
1494 // Enforce that only the app itself (or shared uid participant) can schedule
1544 public int schedule(JobInfo job) throws RemoteException { method in class:JobSchedulerService.JobSchedulerStub
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DConnectivityServiceTest.java540 public void schedule(long when) { method in class:ConnectivityServiceTest.FakeWakeupMessage
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 452 milliseconds