Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileActivator.java66 @VisibleForTesting protected int mDownloadRetryCount = 0; field in ONSProfileActivator
146 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()
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileActivatorTest.java717 onsProfileActivator.mDownloadRetryCount, retryBackoffTime) + 1000); in testESIMDownloadFailureAndRetry()