FileDocCategorySizeDatePackage
IJobScheduler.javaAPI DocAndroid 5.1 API5134Sat Mar 14 05:47:58 GMT 2015android.app.job

IJobScheduler

public interface IJobScheduler implements android.os.IInterface
IPC interface that supports the app-facing {@link #JobScheduler} api. {@hide}

Fields Summary
Constructors Summary
Methods Summary
public voidcancel(int jobId)

public voidcancelAll()

public java.util.ListgetAllPendingJobs()

public intschedule(android.app.job.JobInfo job)