Searched refs:MIN_LINEAR_BACKOFF_TIME (Results 1 – 1 of 1) sorted by relevance
329 long MIN_LINEAR_BACKOFF_TIME = DEFAULT_MIN_LINEAR_BACKOFF_TIME; field in JobSchedulerService.Constants409 MIN_LINEAR_BACKOFF_TIME = mParser.getLong(KEY_MIN_LINEAR_BACKOFF_TIME, in updateConstants()468 pw.print(MIN_LINEAR_BACKOFF_TIME); pw.println(); in dump()1105 if (backoff < mConstants.MIN_LINEAR_BACKOFF_TIME) { in getRescheduleJobForFailureLocked()1106 backoff = mConstants.MIN_LINEAR_BACKOFF_TIME; in getRescheduleJobForFailureLocked()