Home | History | Annotate | Download | only in exchange

Lines Matching refs:mailbox

39 import com.android.emailcommon.provider.Mailbox;
84 protected EasOutboxService(Context _context, Mailbox _mailbox) {
281 // Then, we need the serverId of the mailbox
282 cols = Utility.getRowColumns(context, Mailbox.CONTENT_URI, boxId,
351 // The reference message and mailbox are called item and collection in EAS
565 Mailbox mailbox = Mailbox.restoreMailboxOfType(context, accountId, Mailbox.TYPE_OUTBOX);
566 if (mailbox != null) {
567 msg.mMailboxKey = mailbox.mId;