Searched refs:waitTimeoutMs (Results 1 – 1 of 1) sorted by relevance
940 @Nullable Handler handler, long waitTimeoutMs, in createCar() argument949 if (waitTimeoutMs > 0) { in createCar()950 maxRetryCount = waitTimeoutMs / CAR_SERVICE_BINDER_POLLING_INTERVAL_MS; in createCar()980 if (waitTimeoutMs < 0 && retryCount >= CAR_SERVICE_BINDER_POLLING_MAX_RETRY in createCar()986 } else if (waitTimeoutMs >= 0 && retryCount > maxRetryCount) { in createCar()987 if (waitTimeoutMs > 0) { in createCar()989 + waitTimeoutMs, in createCar()