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

  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 562 long mailbox1Id = mailbox1.mId;
567 Message message1a = ProviderTestUtils.setupMessage("msg1a", account1Id, mailbox1Id, false,
569 Message message1b = ProviderTestUtils.setupMessage("msg1b", account1Id, mailbox1Id, false,
597 AttachmentProvider.deleteAllMailboxAttachmentFiles(mMockContext, account1Id, mailbox1Id);
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 474 long mailbox1Id = 1;
478 account1Id, mailbox1Id, false, true, mProviderContext);
484 account1Id, mailbox1Id, true, false, mProviderContext);
495 account1Id, mailbox1Id, true, false, mProviderContext);
504 account1Id, mailbox1Id, true, false, mProviderContext);
    [all...]

Completed in 257 milliseconds