Searched refs:maxRetryCount (Results 1 – 2 of 2) sorted by relevance
622 final int maxRetryCount = 5; in testESIMDownloadFailureAndRetry() local629 .KEY_ESIM_MAX_DOWNLOAD_RETRY_ATTEMPTS_INT, maxRetryCount); in testESIMDownloadFailureAndRetry()666 for (int idx = 0; idx <= maxRetryCount; idx++) { in testESIMDownloadFailureAndRetry()682 verify(mMockONSProfileDownloader, times(maxRetryCount)).downloadProfile(TEST_SUBID_0); in testESIMDownloadFailureAndRetry()
1709 long maxRetryCount = 0; in createCar() local1711 maxRetryCount = waitTimeoutMs / CAR_SERVICE_BINDER_POLLING_INTERVAL_MS; in createCar()1713 if (maxRetryCount == 0) { in createCar()1714 maxRetryCount = 1; in createCar()1747 } else if (waitTimeoutMs >= 0 && retryCount > maxRetryCount) { in createCar()