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.java1166 @Nullable Handler handler, long waitTimeoutMs, in createCar() argument
1175 if (waitTimeoutMs > 0) { in createCar()
1176 maxRetryCount = waitTimeoutMs / CAR_SERVICE_BINDER_POLLING_INTERVAL_MS; in createCar()
1206 if (waitTimeoutMs < 0 && retryCount >= CAR_SERVICE_BINDER_POLLING_MAX_RETRY in createCar()
1212 } else if (waitTimeoutMs >= 0 && retryCount > maxRetryCount) { in createCar()
1213 if (waitTimeoutMs > 0) { in createCar()
1215 + waitTimeoutMs, in createCar()