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

/frameworks/base/core/java/android/app/job/
H A DJobScheduler.java31 * JobScheduler with {@link #schedule(JobInfo)}. When the criteria declared are met, the
40 * can be run at any moment depending on the current state of the JobScheduler's internal queue,
49 public abstract class JobScheduler { class
83 * Cancel a job that is pending in the JobScheduler.
90 * Cancel all jobs that have been registered with the JobScheduler by this package.
95 * Retrieve all jobs for this package that are pending in the JobScheduler.
104 * JobScheduler.

Completed in 54 milliseconds