Searched refs:maxRetryCount (Results 1 – 1 of 1) sorted by relevance
948 long maxRetryCount = 0; in createCar() local950 maxRetryCount = waitTimeoutMs / CAR_SERVICE_BINDER_POLLING_INTERVAL_MS; in createCar()952 if (maxRetryCount == 0) { in createCar()953 maxRetryCount = 1; in createCar()986 } else if (waitTimeoutMs >= 0 && retryCount > maxRetryCount) { in createCar()