HomeSort by relevance Sort by last modified time
    Searched refs:syncMailboxListStatus (Results 1 - 5 of 5) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IEmailServiceCallback.aidl 42 void syncMailboxListStatus(long accountId, int statusCode, int progress);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasAccountService.java 224 .syncMailboxListStatus(mAccount.mId, EmailServiceStatus.IN_PROGRESS, 0);
357 .syncMailboxListStatus(mAccount.mId,
406 ExchangeService.callback().syncMailboxListStatus(mAccount.mId,
425 .syncMailboxListStatus(mAccount.mId, EmailServiceStatus.SUCCESS, 0);
    [all...]
ExchangeService.java 314 public void syncMailboxListStatus(final long accountId, final int status,
319 cb.syncMailboxListStatus(accountId, status, progress);
    [all...]
  /packages/apps/Email/src/com/android/email/
Controller.java     [all...]
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 689 public void syncMailboxListStatus(long accountId, int statusCode, int progress)
    [all...]

Completed in 161 milliseconds