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

  /packages/apps/Exchange/tests/src/com/android/exchange/
ExchangeServiceAccountTests.java 59 Mailbox box4 = EmailContentSetupUtils.setupMailbox("box4", acct2.mId, true, local
67 errorMap.put(box4.mId, securityErrorAccount2);
81 errorMap.put(box4.mId, securityErrorAccount2);
113 Mailbox box4 = EmailContentSetupUtils.setupMailbox("box2", acct1.mId, true, local
120 assertFalse(ExchangeService.isSyncable(box4));
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
MailboxUtilitiesTests.java 81 Mailbox box4 = EmailContentSetupUtils.setupMailbox("box4", mAccount.mId, true, local
98 box4 = Mailbox.restoreMailboxWithId(mProviderContext, box4.mId);
112 assertEquals(0, box4.mFlags);
113 assertEquals(box3.mId, box4.mParentKey);
657 // Box5 is in Box4; Box 6 is in Box5
660 Mailbox box4 = EmailContentSetupUtils.setupMailbox( local
661 "box4", acct2.mId, false, mProviderContext, Mailbox.TYPE_MAIL, null);
662 box4.mServerId = "1:1"
791 Mailbox box4 = EmailContentSetupUtils.setupMailbox( local
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
ControllerProviderOpsTests.java 411 Mailbox box4 = ProviderTestUtils.setupMailbox("box4", account2Id, true, mProviderContext); local
412 long box4Id = box4.mId;

Completed in 209 milliseconds