Searched refs:tryCount (Results 1 – 1 of 1) sorted by relevance
944 final Integer tryCount = mAttachmentFailureMap.get(att.mId); in processQueue() local945 if (tryCount != null && tryCount > MAX_DOWNLOAD_RETRIES) { in processQueue()