Home
last modified time | relevance | path

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

/packages/apps/Exchange/src/com/android/exchange/eas/
DEasPing.java326 final ArrayList<Long> emailMailboxIds = new ArrayList<Long>(); in requestSyncForSyncList() local
365 emailMailboxIds.add(mailboxId); in requestSyncForSyncList()
379 requestSyncForMailboxes(mAmAccount, EmailContent.AUTHORITY, emailMailboxIds); in requestSyncForSyncList()