Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java866 if (getDownloadsForAccount(req.mAccountId) >= MAX_SIMULTANEOUS_DOWNLOADS_PER_ACCOUNT) { in processQueue()
1197 synchronized int getDownloadsForAccount(final long accountId) { in getDownloadsForAccount() method in AttachmentService