Home
last modified time | relevance | path

Searched refs:DEFAULT_INITIAL_BACKOFF_MILLIS (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/job/
DJobInfo.java43 public static final long DEFAULT_INITIAL_BACKOFF_MILLIS = 30000L; // 30 seconds. field in JobInfo
303 private long mInitialBackoffMillis = DEFAULT_INITIAL_BACKOFF_MILLIS;
/frameworks/base/services/core/java/com/android/server/job/
DJobStore.java393 … if (jobStatus.getJob().getInitialBackoffMillis() != JobInfo.DEFAULT_INITIAL_BACKOFF_MILLIS in writeExecutionCriteriaToXml()
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt784 NO DOC BLOCK: android.app.job.JobInfo Field DEFAULT_INITIAL_BACKOFF_MILLIS
/frameworks/base/api/
Dcurrent.txt5520 field public static final long DEFAULT_INITIAL_BACKOFF_MILLIS = 30000L; // 0x7530L