/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/ |
D | ExchangeServiceAccountTests.java | 50 Account acct1 = setupTestAccount("acct1", true); in testReleaseSyncHolds() local 51 Mailbox box1 = EmailContentSetupUtils.setupMailbox("box1", acct1.mId, true, in testReleaseSyncHolds() 53 Mailbox box2 = EmailContentSetupUtils.setupMailbox("box2", acct1.mId, true, in testReleaseSyncHolds() 99 AbstractSyncService.EXIT_IO_ERROR, acct1)); in testReleaseSyncHolds() 105 Account acct1 = setupTestAccount("acct1", true); in testIsSyncable() local 106 Mailbox box1 = EmailContentSetupUtils.setupMailbox("box1", acct1.mId, true, in testIsSyncable() 108 Mailbox box2 = EmailContentSetupUtils.setupMailbox("box2", acct1.mId, true, in testIsSyncable() 110 Mailbox box3 = EmailContentSetupUtils.setupMailbox("box2", acct1.mId, true, in testIsSyncable() 112 Mailbox box4 = EmailContentSetupUtils.setupMailbox("box2", acct1.mId, true, in testIsSyncable() 114 Mailbox box5 = EmailContentSetupUtils.setupMailbox("box2", acct1.mId, true, in testIsSyncable()
|
/packages/apps/Exchange/tests/src/com/android/exchange/ |
D | ExchangeServiceAccountTests.java | 50 Account acct1 = setupTestAccount("acct1", true); in testReleaseSyncHolds() local 51 Mailbox box1 = EmailContentSetupUtils.setupMailbox("box1", acct1.mId, true, in testReleaseSyncHolds() 53 Mailbox box2 = EmailContentSetupUtils.setupMailbox("box2", acct1.mId, true, in testReleaseSyncHolds() 99 AbstractSyncService.EXIT_IO_ERROR, acct1)); in testReleaseSyncHolds() 105 Account acct1 = setupTestAccount("acct1", true); in testIsSyncable() local 106 Mailbox box1 = EmailContentSetupUtils.setupMailbox("box1", acct1.mId, true, in testIsSyncable() 108 Mailbox box2 = EmailContentSetupUtils.setupMailbox("box2", acct1.mId, true, in testIsSyncable() 110 Mailbox box3 = EmailContentSetupUtils.setupMailbox("box2", acct1.mId, true, in testIsSyncable() 112 Mailbox box4 = EmailContentSetupUtils.setupMailbox("box2", acct1.mId, true, in testIsSyncable() 114 Mailbox box5 = EmailContentSetupUtils.setupMailbox("box2", acct1.mId, true, in testIsSyncable()
|
/packages/apps/Email/tests/src/com/android/emailcommon/provider/ |
D | MailboxTests.java | 251 Account acct1 = ProviderTestUtils.setupAccount("acct1", true, context); in testFindMailboxOfType() local 253 ProviderTestUtils.setupMailbox("Inbox1", acct1.mId, true, context, Mailbox.TYPE_INBOX); in testFindMailboxOfType() 255 ProviderTestUtils.setupMailbox("Cal1", acct1.mId, true, context, Mailbox.TYPE_CALENDAR); in testFindMailboxOfType() 257 ProviderTestUtils.setupMailbox("Con1", acct1.mId, true, context, Mailbox.TYPE_CONTACTS); in testFindMailboxOfType() 268 Mailbox.findMailboxOfType(context, acct1.mId, Mailbox.TYPE_INBOX)); in testFindMailboxOfType() 272 Mailbox.findMailboxOfType(context, acct1.mId, Mailbox.TYPE_CALENDAR)); in testFindMailboxOfType() 276 Mailbox.findMailboxOfType(context, acct1.mId, Mailbox.TYPE_CONTACTS)); in testFindMailboxOfType() 282 Mailbox.findMailboxOfType(context, acct1.mId, Mailbox.TYPE_DRAFTS)); in testFindMailboxOfType() 284 Mailbox.findMailboxOfType(context, acct1.mId, Mailbox.TYPE_OUTBOX)); in testFindMailboxOfType() 288 ContentUris.withAppendedId(Account.CONTENT_URI, acct1.mId), null, null); in testFindMailboxOfType() [all …]
|
/packages/apps/Email/tests/src/com/android/email/ |
D | UtilityLargeTest.java | 51 Account acct1 = ProviderTestUtils.setupAccount("acct1", true, mProviderContext); in testForEachAccount() local 90 assertTrue(ids.contains(acct1.mId)); in testForEachAccount()
|
D | RefreshManagerTest.java | 384 Account acct1 = ProviderTestUtils.setupAccount("acct1", true, mProviderContext); in testSendPendingMessagesForAllAccounts() local
|