Searched refs:mDownloadRetryCount (Results 1 – 2 of 2) sorted by relevance
66 @VisibleForTesting protected int mDownloadRetryCount = 0; field in ONSProfileActivator146 mDownloadRetryCount = 0; in handleCarrierConfigChange()325 .setRetryCount(mDownloadRetryCount) in onDownloadComplete()395 .setRetryCount(mDownloadRetryCount) in onDownloadError()411 mDownloadRetryCount++; in startBackoffTimer()412 Log.e(TAG, "Download retry count :" + mDownloadRetryCount); in startBackoffTimer()415 if (mDownloadRetryCount > getDownloadRetryMaxAttemptsVal(pSIMSubId)) { in startBackoffTimer()421 int delay = calculateBackoffDelay(mDownloadRetryCount, backoffTimerVal); in startBackoffTimer()
717 onsProfileActivator.mDownloadRetryCount, retryBackoffTime) + 1000); in testESIMDownloadFailureAndRetry()