Searched refs:MAX_DOWNLOAD_RETRIES (Results 1 – 1 of 1) sorted by relevance
83 private static final int MAX_DOWNLOAD_RETRIES = 5; field in AttachmentService945 if (tryCount != null && tryCount > MAX_DOWNLOAD_RETRIES) { in processQueue()