Home | History | Annotate | Download | only in provider

Lines Matching refs:box

122         Mailbox box = new Mailbox();
129 box.mDisplayName = displayName;
130 box.mServerId = name;
131 box.mParentServerId = "parent-serverid-" + name;
132 box.mParentKey = 4;
133 box.mAccountKey = accountId;
134 box.mType = type;
135 box.mDelimiter = delimiter;
136 box.mSyncKey = "sync-key-" + name;
137 box.mSyncLookback = 2;
138 box.mSyncInterval = Account.CHECK_INTERVAL_NEVER;
139 box.mSyncTime = 3;
140 box.mFlagVisible = true;
141 box.mFlags = 5;
144 box.save(context);
146 return box;