Home
last modified time | relevance | path

Searched refs:testMailboxId (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/
DControllerProviderOpsTests.java119 long testMailboxId; in testCreateMailbox() local
124 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()