Home | History | Annotate | Download | only in eas

Lines Matching refs:Mailbox

10 import com.android.emailcommon.provider.Mailbox;
36 private final Mailbox mMailbox;
42 public EasSyncBase(final Context context, final Account account, final Mailbox mailbox) {
44 mMailbox = mailbox;
48 * Get the sync key for this mailbox.
86 LogUtils.d(TAG, "Syncing account %d mailbox %d (class %s) with syncKey %s", mAccount.mId,
157 * @param type The type of the {@link Mailbox} that we're trying to sync.
162 case Mailbox.TYPE_MAIL:
163 case Mailbox.TYPE_INBOX:
164 case Mailbox.TYPE_DRAFTS:
165 case Mailbox.TYPE_SENT:
166 case Mailbox.TYPE_TRASH:
167 case Mailbox.TYPE_JUNK:
169 case Mailbox.TYPE_CALENDAR: {
172 case Mailbox.TYPE_CONTACTS: