Searched refs:MAX_RETRY_INTERVAL_MS (Results 1 – 1 of 1) sorted by relevance
167 private static final long MAX_RETRY_INTERVAL_MS = 100; field in CarPowerManagementService3144 retryIntervalMs = Math.min(retryIntervalMs * 2, MAX_RETRY_INTERVAL_MS); in suspendWithRetries()