Searched refs:box4 (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/ |
D | ExchangeServiceAccountTests.java | 58 Mailbox box4 = EmailContentSetupUtils.setupMailbox("box4", acct2.mId, true, in testReleaseSyncHolds() local 66 errorMap.put(box4.mId, securityErrorAccount2); in testReleaseSyncHolds() 80 errorMap.put(box4.mId, securityErrorAccount2); in testReleaseSyncHolds() 112 Mailbox box4 = EmailContentSetupUtils.setupMailbox("box2", acct1.mId, true, in testIsSyncable() local 119 assertFalse(ExchangeService.isSyncable(box4)); in testIsSyncable()
|
/packages/apps/Exchange/tests/src/com/android/exchange/ |
D | ExchangeServiceAccountTests.java | 58 Mailbox box4 = EmailContentSetupUtils.setupMailbox("box4", acct2.mId, true, in testReleaseSyncHolds() local 66 errorMap.put(box4.mId, securityErrorAccount2); in testReleaseSyncHolds() 80 errorMap.put(box4.mId, securityErrorAccount2); in testReleaseSyncHolds() 112 Mailbox box4 = EmailContentSetupUtils.setupMailbox("box2", acct1.mId, true, in testIsSyncable() local 119 assertFalse(ExchangeService.isSyncable(box4)); in testIsSyncable()
|
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/provider/ |
D | MailboxUtilitiesTests.java | 78 Mailbox box4 = EmailContentSetupUtils.setupMailbox("box4", mAccount.mId, true, in testSetupParentKeyAndFlag() local 95 box4 = Mailbox.restoreMailboxWithId(mProviderContext, box4.mId); in testSetupParentKeyAndFlag() 109 assertEquals(0, box4.mFlags); in testSetupParentKeyAndFlag() 110 assertEquals(box3.mId, box4.mParentKey); in testSetupParentKeyAndFlag() 657 Mailbox box4 = EmailContentSetupUtils.setupMailbox( in testChangeParentTwoAccounts() local 659 box4.mServerId = "1:1"; in testChangeParentTwoAccounts() 660 box4.save(mProviderContext); in testChangeParentTwoAccounts() 662 "box5", acct2.mId, false, mProviderContext, Mailbox.TYPE_MAIL, box4); in testChangeParentTwoAccounts() 691 box4 = Mailbox.restoreMailboxWithId(mProviderContext, box4.mId); in testChangeParentTwoAccounts() 696 assertEquals(PARENT_FLAGS, box4.mFlags); in testChangeParentTwoAccounts() [all …]
|
/packages/apps/Exchange/tests/src/com/android/exchange/provider/ |
D | MailboxUtilitiesTests.java | 78 Mailbox box4 = EmailContentSetupUtils.setupMailbox("box4", mAccount.mId, true, in testSetupParentKeyAndFlag() local 95 box4 = Mailbox.restoreMailboxWithId(mProviderContext, box4.mId); in testSetupParentKeyAndFlag() 109 assertEquals(0, box4.mFlags); in testSetupParentKeyAndFlag() 110 assertEquals(box3.mId, box4.mParentKey); in testSetupParentKeyAndFlag() 657 Mailbox box4 = EmailContentSetupUtils.setupMailbox( in testChangeParentTwoAccounts() local 659 box4.mServerId = "1:1"; in testChangeParentTwoAccounts() 660 box4.save(mProviderContext); in testChangeParentTwoAccounts() 662 "box5", acct2.mId, false, mProviderContext, Mailbox.TYPE_MAIL, box4); in testChangeParentTwoAccounts() 691 box4 = Mailbox.restoreMailboxWithId(mProviderContext, box4.mId); in testChangeParentTwoAccounts() 696 assertEquals(PARENT_FLAGS, box4.mFlags); in testChangeParentTwoAccounts() [all …]
|
/packages/apps/Email/tests/src/com/android/email/ |
D | ControllerProviderOpsTests.java | 415 Mailbox box4 = ProviderTestUtils.setupMailbox("box4", account2Id, true, mProviderContext); in testWipeSyncedData() local 416 long box4Id = box4.mId; in testWipeSyncedData()
|