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

  /packages/apps/Email/provider_src/com/android/email/service/
PopImapSyncAdapterService.java 245 final long inboxId = Mailbox.findMailboxOfType(context, acct.mId,
247 if (inboxId != Mailbox.NO_MAILBOX) {
249 mailboxIds[0] = inboxId;
EmailServiceStub.java 291 long inboxId = -1;
310 inboxId = mailbox.mId;
375 if (inboxId != -1) {
376 requestSync(inboxId, true, 0);
Pop3Service.java 84 long inboxId = Mailbox.findMailboxOfType(mContext, att.mAccountKey, Mailbox.TYPE_INBOX);
85 if (inboxId == Mailbox.NO_MAILBOX) return;
87 requestSync(inboxId, true, 0);

Completed in 327 milliseconds