Home | History | Annotate | Download | only in exchange

Lines Matching full:mmailbox

1461                     ((System.currentTimeMillis() - mMailbox.mSyncTime) > DAYS)) {
1485 mMailbox.update(mContext, cv);
1517 if (new FolderSyncParser(is, new AccountSyncAdapter(mMailbox, this))
2014 Mailbox mailbox = target.mMailbox;
2153 mMailbox = Mailbox.restoreMailboxWithId(mContext, mMailbox.mId);
2154 if (mMailbox == null) return false;
2190 if ((mMailbox == null) || (mAccount == null)) {
2192 } else if (mMailbox.mType == Mailbox.TYPE_EAS_ACCOUNT_MAILBOX) {
2196 if (mMailbox.mType == Mailbox.TYPE_CONTACTS) {
2197 target = new ContactsSyncAdapter(mMailbox, this);
2198 } else if (mMailbox.mType == Mailbox.TYPE_CALENDAR) {
2199 target = new CalendarSyncAdapter(mMailbox, this);
2201 target = new EmailSyncAdapter(mMailbox, this);