Searched refs:DEFAULT_INITIAL_BACKOFF_MILLIS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/job/
H A DJobInfo.java43 public static final long DEFAULT_INITIAL_BACKOFF_MILLIS = 30000L; // 30 seconds. field in class:JobInfo
303 private long mInitialBackoffMillis = DEFAULT_INITIAL_BACKOFF_MILLIS;
/frameworks/base/services/core/java/com/android/server/job/
H A DJobStore.java394 if (jobStatus.getJob().getInitialBackoffMillis() != JobInfo.DEFAULT_INITIAL_BACKOFF_MILLIS

Completed in 87 milliseconds