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