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

  /packages/apps/Email/src/com/android/email/service/
PopImapSyncAdapterService.java 229 final long inboxId = Mailbox.findMailboxOfType(context, acct.mId,
231 if (inboxId != Mailbox.NO_MAILBOX) {
233 mailboxIds[0] = inboxId;
EmailServiceStub.java 284 long inboxId = -1;
294 inboxId = mailbox.mId;
354 if (inboxId != -1) {
355 requestSync(inboxId, true, 0);
Pop3Service.java 83 long inboxId = Mailbox.findMailboxOfType(mContext, att.mAccountKey, Mailbox.TYPE_INBOX);
84 if (inboxId == Mailbox.NO_MAILBOX) return;
86 requestSync(inboxId, true, 0);
  /packages/apps/Exchange/src/com/android/exchange/
EasAccountService.java 518 long inboxId = -1;
537 if (inboxId == -1) {
538 inboxId = Mailbox.findMailboxOfType(mContext, mAccount.mId, Mailbox.TYPE_INBOX);
    [all...]

Completed in 460 milliseconds