Home | History | Annotate | Download | only in provider

Lines Matching refs:b21

2233         Mailbox b21 = createMailbox(c, "box4", null, 0L, a2.mId);
2251 testMailbox = Mailbox.restoreMailboxWithId(c, b21.mId);
2252 assertEqualsExceptServerId(b21, testMailbox, null);
2281 testMailbox = Mailbox.restoreMailboxWithId(c, b21.mId);
2282 assertEqualsExceptServerId(b21, testMailbox, "box4");