Home | History | Annotate | Download | only in eas

Lines Matching defs:mMailbox

36     private final Mailbox mMailbox;
44 mMailbox = mailbox;
53 if (mMailbox == null) {
56 if (mMailbox.mSyncKey == null) {
57 mMailbox.mSyncKey = "0";
59 return mMailbox.mSyncKey;
69 mCollectionTypeHandler = getCollectionTypeHandler(mMailbox.mType);
81 final String className = Eas.getFolderClass(mMailbox.mType);
84 mMailbox.mId, className, syncKey);
95 s.data(Tags.SYNC_COLLECTION_ID, mMailbox.mServerId);
96 mCollectionTypeHandler.setSyncOptions(mContext, s, getProtocolVersion(), mAccount, mMailbox,
108 mMailbox, response.getInputStream());
167 return new EasSyncCalendar(mContext, mAccount, mMailbox);