Home | History | Annotate | Download | only in exchange

Lines Matching refs:mMailbox

245 //            mMailbox.mSyncKey = syncKey;
1622 Mailbox mailbox = target.mMailbox;
1779 if (mMailbox.mSyncInterval == Mailbox.CHECK_INTERVAL_PUSH) {
1784 ContentUris.withAppendedId(Mailbox.CONTENT_URI, mMailbox.mId),
1821 mMailbox = Mailbox.restoreMailboxWithId(mContext, mMailbox.mId);
1822 if (mMailbox == null) return false;
1883 if ((mMailbox == null) || (mAccount == null)) {
1887 if (mMailbox.mType == Mailbox.TYPE_CONTACTS) {
1893 } else if (mMailbox.mType == Mailbox.TYPE_CALENDAR) {