FileDocCategorySizeDatePackage
JobParameters.javaAPI DocAndroid 5.1 API679Sat Mar 14 14:09:32 GMT 2015android.app.job

JobParameters.java

package android.app.job;
public class JobParameters
  implements android.os.Parcelable
{
JobParameters() { throw new RuntimeException("Stub!"); }
public  int getJobId() { throw new RuntimeException("Stub!"); }
public  android.os.PersistableBundle getExtras() { throw new RuntimeException("Stub!"); }
public  boolean isOverrideDeadlineExpired() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.app.job.JobParameters> CREATOR;
static { CREATOR = null; }
}