Home | History | Annotate | Download | only in email

Lines Matching refs:box

152         Mailbox box = ProviderTestUtils.setupMailbox("box", accountId, false, mProviderContext);
154 box.mType = boxType;
155 box.save(mProviderContext);
156 long boxId = box.mId;
215 Mailbox box = ProviderTestUtils.setupMailbox("box1", account1Id, true, mProviderContext);
216 long boxId = box.mId;
363 Mailbox box = mTestController.getAttachmentMailbox();
364 assertNotNull(box);
368 assertEquals(box.mId, anotherBox.mId);
370 ProviderTestUtils.setupMessage("message1", 0, box.mId, false, true,
372 ProviderTestUtils.setupMessage("message2", 0, box.mId, false, true,
376 Message.MAILBOX_KEY + "=?", new String[] {Long.toString(box.mId)}));
381 Message.MAILBOX_KEY + "=?", new String[] {Long.toString(box.mId)}));
396 box1.mSyncKey = "box-1-sync-key";
407 box3.mSyncKey = "box-3-sync-key";
431 // Confirm: Mailboxes gone (except account box), all messages gone, account survives
467 Mailbox box = mTestController.getAttachmentMailbox();
468 assertNotNull(box);
469 assertEquals(box.mId, loadedMsg.mMailboxKey);