HomeSort by relevance Sort by last modified time
    Searched refs:createMailbox (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/tests/src/com/android/email/
ControllerProviderOpsTests.java 100 * Test of Controller.createMailbox().
112 ct.createMailbox(accountId, Mailbox.TYPE_DRAFTS);
  /packages/apps/Email/src/com/android/email/
Controller.java 311 return mailboxId == Mailbox.NO_MAILBOX ? createMailbox(accountId, mailboxType) : mailboxId;
349 /* package */ long createMailbox(long accountId, int mailboxType) {
    [all...]

Completed in 18 milliseconds