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

/frameworks/base/core/java/android/app/job/
H A DJobInfo.java36 * using the {@link JobInfo.Builder}.
37 * You must specify at least one sort of constraint on the JobInfo object that you are creating.
41 public class JobInfo implements Parcelable { class in inherits:Parcelable
42 private static String TAG = "JobInfo";
64 * {@link android.app.job.JobInfo.Builder#setBackoffCriteria(long, int)}
72 * {@link android.app.job.JobInfo.Builder#setBackoffCriteria(long, int)}
133 * JobInfo priority if it is smaller).
140 * JobInfo priority if it is smaller).
267 * One of {@link android.app.job.JobInfo#NETWORK_TYPE_ANY},
268 * {@link android.app.job.JobInfo#NETWORK_TYPE_NON
361 private JobInfo(Parcel in) { method in class:JobInfo
385 private JobInfo(JobInfo.Builder b) { method in class:JobInfo
[all...]

Completed in 61 milliseconds