Home
last modified time | relevance | path

Searched refs:mRetryCount (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java183 long mRetryCount; field in AttachmentService.DownloadRequest
225 mRetryCount = orig.mRetryCount; in DownloadRequest()
877 if (req.mRetryCount > 0 && req.mRetryStartTime > currentTime) { in processQueue()
1024 req.mRetryCount++; in cancelDownload()
1025 if (req.mRetryCount > CONNECTION_ERROR_MAX_RETRIES) { in cancelDownload()
1071 req.mRetryCount++; in endDownload()
1072 if (req.mRetryCount > CONNECTION_ERROR_MAX_RETRIES) { in endDownload()
1082 } else if (req.mRetryCount > CONNECTION_ERROR_DELAY_THRESHOLD) { in endDownload()
1089 attachmentId, req.mRetryCount); in endDownload()
1097 attachmentId, req.mRetryCount); in endDownload()
[all …]
/packages/services/Telephony/src/com/android/phone/
DHfaLogic.java76 private int mRetryCount; field in HfaLogic
91 mRetryCount = DEFAULT_RETRY_COUNT; in start()
108 + " mRetryCount=" + mRetryCount); in onHfaError()
109 mRetryCount -= 1; in onHfaError()
110 if (mRetryCount >= 0) { in onHfaError()
115 mRetryCount = 0; in onHfaError()
DPhoneInterfaceManager.java968 private int mRetryCount = -1; field in PhoneInterfaceManager.UnlockSim
992 mRetryCount = msg.arg1; in run()
1052 resultArray[1] = mRetryCount; in unlockSim()