Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/pm/
DVendorServiceInfo.java86 private final int mMaxRetries; field in VendorServiceInfo
96 mMaxRetries = maxRetries; in VendorServiceInfo()
144 return mMaxRetries; in getMaxRetries()
262 + (mMaxRetries == DEFAULT_MAX_RETRIES ? "" : ", maxRetries=" + mMaxRetries) in toString()
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java1664 private final int mMaxRetries; field in VehicleHal.Retrier
1676 mMaxRetries = maxRetries; in Retrier()
1728 if (mMaxRetries != 0) { in sleepAndTryAgain()
1730 if (mMaxRetries == mRetryCount) { in sleepAndTryAgain()