Searched refs:syncMailboxStatus (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
D | IEmailServiceCallback.aidl | 50 void syncMailboxStatus(long mailboxId, int statusCode, int progress); in syncMailboxStatus() method
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/ |
D | ExchangeService.java | 325 public void syncMailboxStatus(final long mailboxId, final int status, 330 cb.syncMailboxStatus(mailboxId, status, progress); 385 sCallbackProxy.syncMailboxStatus(mailboxId, EmailServiceStatus.IN_PROGRESS, 387 sCallbackProxy.syncMailboxStatus(mailboxId, 410 sCallbackProxy.syncMailboxStatus(mailboxId, EmailServiceStatus.IN_PROGRESS, 0); 411 sCallbackProxy.syncMailboxStatus(mailboxId, EmailServiceStatus.SUCCESS, 0); 1690 sCallbackProxy.syncMailboxStatus(m.mId, EmailServiceStatus.CONNECTION_ERROR, 0); in requestSync()
|
D | EasSyncService.java | 1808 ExchangeService.callback().syncMailboxStatus(mMailboxId, in setupService() 1888 ExchangeService.callback().syncMailboxStatus(mMailboxId, in run() 1956 ExchangeService.callback().syncMailboxStatus(mMailboxId, status, 0); in run()
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
D | Search.java | 138 ExchangeService.callback().syncMailboxStatus(destMailboxId, in searchMessages()
|
/packages/apps/Email/src/com/android/email/ |
D | Controller.java | 1661 public void syncMailboxStatus(long mailboxId, int statusCode, int progress) { 1779 public void syncMailboxStatus(long mailboxId, int statusCode, int progress) {
|
/packages/apps/Email/src/com/android/email/service/ |
D | AttachmentDownloadService.java | 694 public void syncMailboxStatus(long mailboxId, int statusCode, int progress) in syncMailboxStatus() method in AttachmentDownloadService.ServiceCallback
|