FileDocCategorySizeDatePackage
JobInfo.javaAPI DocAndroid 5.1 API3238Sat Mar 14 14:09:36 GMT 2015android.app.job

JobInfo

public class JobInfo extends Object implements android.os.Parcelable

Fields Summary
public static final int
BACKOFF_POLICY_EXPONENTIAL
public static final int
BACKOFF_POLICY_LINEAR
public static final android.os.Parcelable.Creator
CREATOR
public static final long
DEFAULT_INITIAL_BACKOFF_MILLIS
public static final long
MAX_BACKOFF_DELAY_MILLIS
public static final int
NETWORK_TYPE_ANY
public static final int
NETWORK_TYPE_NONE
public static final int
NETWORK_TYPE_UNMETERED
Constructors Summary
JobInfo()

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

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

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public android.content.ComponentNamegetService()

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

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

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

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

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

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

 throw new RuntimeException("Stub!");