Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/
DJobSchedulerService.java480 private static final long DEFAULT_MIN_LINEAR_BACKOFF_TIME = JobInfo.MIN_BACKOFF_MILLIS; field in JobSchedulerService.Constants
594 long MIN_LINEAR_BACKOFF_TIME = DEFAULT_MIN_LINEAR_BACKOFF_TIME;
682 DEFAULT_MIN_LINEAR_BACKOFF_TIME); in updateConstantsLocked()