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; }
}
|