Searched refs:box5 (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/provider/ |
D | MailboxUtilitiesTests.java | 80 Mailbox box5 = EmailContentSetupUtils.setupMailbox("box5", mAccount.mId, true, in testSetupParentKeyAndFlag() local 96 box5 = Mailbox.restoreMailboxWithId(mProviderContext, box5.mId); in testSetupParentKeyAndFlag() 112 assertEquals(Mailbox.FLAG_HOLDS_MAIL | Mailbox.FLAG_ACCEPTS_MOVED_MAIL, box5.mFlags); in testSetupParentKeyAndFlag() 113 assertEquals(box3.mId, box5.mParentKey); in testSetupParentKeyAndFlag() 661 Mailbox box5 = EmailContentSetupUtils.setupMailbox( in testChangeParentTwoAccounts() local 663 box5.mServerId = "1:2"; in testChangeParentTwoAccounts() 664 box5.save(mProviderContext); in testChangeParentTwoAccounts() 666 "box6", acct2.mId, false, mProviderContext, Mailbox.TYPE_MAIL, box5); in testChangeParentTwoAccounts() 692 box5 = Mailbox.restoreMailboxWithId(mProviderContext, box5.mId); in testChangeParentTwoAccounts() 699 assertEquals(PARENT_FLAGS, box5.mFlags); in testChangeParentTwoAccounts() [all …]
|
/packages/apps/Exchange/tests/src/com/android/exchange/provider/ |
D | MailboxUtilitiesTests.java | 80 Mailbox box5 = EmailContentSetupUtils.setupMailbox("box5", mAccount.mId, true, in testSetupParentKeyAndFlag() local 96 box5 = Mailbox.restoreMailboxWithId(mProviderContext, box5.mId); in testSetupParentKeyAndFlag() 112 assertEquals(Mailbox.FLAG_HOLDS_MAIL | Mailbox.FLAG_ACCEPTS_MOVED_MAIL, box5.mFlags); in testSetupParentKeyAndFlag() 113 assertEquals(box3.mId, box5.mParentKey); in testSetupParentKeyAndFlag() 661 Mailbox box5 = EmailContentSetupUtils.setupMailbox( in testChangeParentTwoAccounts() local 663 box5.mServerId = "1:2"; in testChangeParentTwoAccounts() 664 box5.save(mProviderContext); in testChangeParentTwoAccounts() 666 "box6", acct2.mId, false, mProviderContext, Mailbox.TYPE_MAIL, box5); in testChangeParentTwoAccounts() 692 box5 = Mailbox.restoreMailboxWithId(mProviderContext, box5.mId); in testChangeParentTwoAccounts() 699 assertEquals(PARENT_FLAGS, box5.mFlags); in testChangeParentTwoAccounts() [all …]
|
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/ |
D | ExchangeServiceAccountTests.java | 114 Mailbox box5 = EmailContentSetupUtils.setupMailbox("box2", acct1.mId, true, in testIsSyncable() local 120 assertTrue(ExchangeService.isSyncable(box5)); in testIsSyncable()
|
/packages/apps/Exchange/tests/src/com/android/exchange/ |
D | ExchangeServiceAccountTests.java | 114 Mailbox box5 = EmailContentSetupUtils.setupMailbox("box2", acct1.mId, true, in testIsSyncable() local 120 assertTrue(ExchangeService.isSyncable(box5)); in testIsSyncable()
|