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

JobParameters

public class JobParameters extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
JobParameters()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public android.os.PersistableBundlegetExtras()

 throw new RuntimeException("Stub!"); 
public intgetJobId()

 throw new RuntimeException("Stub!"); 
public booleanisOverrideDeadlineExpired()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");