Home
last modified time | relevance | path

Searched defs:syncMailboxStatus (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DIEmailServiceCallback.aidl50 void syncMailboxStatus(long mailboxId, int statusCode, int progress); in syncMailboxStatus() method
/packages/apps/Email/src/com/android/email/service/
DAttachmentDownloadService.java694 public void syncMailboxStatus(long mailboxId, int statusCode, int progress) in syncMailboxStatus() method in AttachmentDownloadService.ServiceCallback