Home
last modified time | relevance | path

Searched refs:waitTimeoutMs (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/car-lib/src/android/car/
DCar.java940 @Nullable Handler handler, long waitTimeoutMs, in createCar() argument
949 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()