Searched refs:createMailbox (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Email/tests/src/com/android/email/activity/ |
D | MessagesAdapterTests.java | 53 private long createMailbox(long accountId, int type) { in createMailbox() method in MessagesAdapterTests 72 final long mailboxId = createMailbox(accountId, Mailbox.TYPE_MAIL); in testLoad() 87 final long mailboxId = createMailbox(accountId, Mailbox.TYPE_MAIL); in testLoadEas() 102 final long mailboxId = createMailbox(accountId, Mailbox.TYPE_DRAFTS); in testLoadNotRefreshable() 129 final long mailboxId = createMailbox(NO_SUCH_ACCOUNT_ID, Mailbox.TYPE_MAIL); in testAccountNotFound()
|
D | MailboxFinderTest.java | 108 private long createMailbox(long accountId, int mailboxType) { in createMailbox() method in MailboxFinderTest 187 final long mailboxId = createMailbox(accountId, Mailbox.TYPE_INBOX); in testMailboxFound() 267 final long mailboxId = createMailbox(accountId, Mailbox.TYPE_INBOX); in testMailboxFoundOnNetwork() 354 final long mailboxId = createMailbox(accountId, Mailbox.TYPE_DRAFTS); in testMailboxNotFound2()
|
/packages/apps/Email/tests/src/com/android/email/ |
D | ControllerProviderOpsTests.java | 123 mTestController.createMailbox(1L, Mailbox.TYPE_DRAFTS); in testCreateMailbox() 132 mTestController.createMailbox(1L, Mailbox.TYPE_SENT); in testCreateMailbox()
|
/packages/apps/Email/src/com/android/email/ |
D | Controller.java | 502 return mailboxId == Mailbox.NO_MAILBOX ? createMailbox(accountId, mailboxType) : mailboxId; in findOrCreateMailboxOfType() 540 long createMailbox(long accountId, int mailboxType) { in createMailbox() method in Controller
|