Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/
DJobSchedulerService.java594 long MIN_LINEAR_BACKOFF_TIME = DEFAULT_MIN_LINEAR_BACKOFF_TIME; field in JobSchedulerService.Constants
681 MIN_LINEAR_BACKOFF_TIME = mParser.getDurationMillis(KEY_MIN_LINEAR_BACKOFF_TIME, in updateConstantsLocked()
727 pw.printPair(KEY_MIN_LINEAR_BACKOFF_TIME, MIN_LINEAR_BACKOFF_TIME).println(); in dump()
763 proto.write(ConstantsProto.MIN_LINEAR_BACKOFF_TIME_MS, MIN_LINEAR_BACKOFF_TIME); in dump()
1595 if (backoff < mConstants.MIN_LINEAR_BACKOFF_TIME) { in getRescheduleJobForFailureLocked()
1596 backoff = mConstants.MIN_LINEAR_BACKOFF_TIME; in getRescheduleJobForFailureLocked()