Searched refs:waitTimeoutMs (Results 1 – 1 of 1) sorted by relevance
1331 @Nullable Handler handler, long waitTimeoutMs, in createCar() argument1340 if (waitTimeoutMs > 0) { in createCar()1341 maxRetryCount = waitTimeoutMs / CAR_SERVICE_BINDER_POLLING_INTERVAL_MS; in createCar()1371 if (waitTimeoutMs < 0 && retryCount >= CAR_SERVICE_BINDER_POLLING_MAX_RETRY in createCar()1377 } else if (waitTimeoutMs >= 0 && retryCount > maxRetryCount) { in createCar()1378 if (waitTimeoutMs > 0) { in createCar()1380 + waitTimeoutMs, in createCar()