Searched refs:syncMailboxListStatus (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
D | IEmailServiceCallback.aidl | 42 void syncMailboxListStatus(long accountId, int statusCode, int progress); in syncMailboxListStatus() method
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/ |
D | EasAccountService.java | 224 .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()
|
D | ExchangeService.java | 314 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/ |
D | Controller.java | 1641 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/ |
D | AttachmentDownloadService.java | 689 public void syncMailboxListStatus(long accountId, int statusCode, int progress) in syncMailboxListStatus() method in AttachmentDownloadService.ServiceCallback
|