Searched refs:MAX_SIMULTANEOUS_DOWNLOADS_PER_ACCOUNT (Results 1 – 1 of 1) sorted by relevance
104 private static final int MAX_SIMULTANEOUS_DOWNLOADS_PER_ACCOUNT = 1; field in AttachmentService866 if (getDownloadsForAccount(req.mAccountId) >= MAX_SIMULTANEOUS_DOWNLOADS_PER_ACCOUNT) { in processQueue()