Searched refs:testMailboxId (Results 1 – 1 of 1) sorted by relevance
119 long testMailboxId; in testCreateMailbox() local124 testMailboxId = Mailbox.findMailboxOfType(mProviderContext, 1L, Mailbox.TYPE_DRAFTS); in testCreateMailbox()125 assertTrue(testMailboxId != Mailbox.NO_MAILBOX); in testCreateMailbox()126 testMailbox = Mailbox.restoreMailboxWithId(mProviderContext, testMailboxId); in testCreateMailbox()133 testMailboxId = Mailbox.findMailboxOfType(mProviderContext, 1L, Mailbox.TYPE_SENT); in testCreateMailbox()134 assertTrue(testMailboxId != Mailbox.NO_MAILBOX); in testCreateMailbox()135 testMailbox = Mailbox.restoreMailboxWithId(mProviderContext, testMailboxId); in testCreateMailbox()