Home
last modified time | relevance | path

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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DIEmailServiceCallback.aidl42 void syncMailboxListStatus(long accountId, int statusCode, int progress); in syncMailboxListStatus() method
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DEasAccountService.java224 .syncMailboxListStatus(mAccount.mId, EmailServiceStatus.IN_PROGRESS, 0); in sync()
357 .syncMailboxListStatus(mAccount.mId, in sync()
406 ExchangeService.callback().syncMailboxListStatus(mAccount.mId, in sync()
425 .syncMailboxListStatus(mAccount.mId, EmailServiceStatus.SUCCESS, 0); in sync()
DExchangeService.java314 public void syncMailboxListStatus(final long accountId, final int status,
319 cb.syncMailboxListStatus(accountId, status, progress);
1340 callback().syncMailboxListStatus(accountId, in reloadFolderListFailed()
/packages/apps/Email/src/com/android/email/
DController.java1641 public void syncMailboxListStatus(long accountId, int statusCode, int progress) {
1775 public void syncMailboxListStatus(long accountId, int statusCode, int progress) {
/packages/apps/Email/src/com/android/email/service/
DAttachmentDownloadService.java689 public void syncMailboxListStatus(long accountId, int statusCode, int progress) in syncMailboxListStatus() method in AttachmentDownloadService.ServiceCallback