Home | History | Annotate | Download | only in service

Lines Matching defs:mRetryCount

183         long mRetryCount;
225 mRetryCount = orig.mRetryCount;
877 if (req.mRetryCount > 0 && req.mRetryStartTime > currentTime) {
1024 req.mRetryCount++;
1025 if (req.mRetryCount > CONNECTION_ERROR_MAX_RETRIES) {
1071 req.mRetryCount++;
1072 if (req.mRetryCount > CONNECTION_ERROR_MAX_RETRIES) {
1082 } else if (req.mRetryCount > CONNECTION_ERROR_DELAY_THRESHOLD) {
1089 attachmentId, req.mRetryCount);
1097 attachmentId, req.mRetryCount);
1308 LogUtils.d(LOG_TAG, "Retry Count: %d", req.mRetryCount);