Home
last modified time | relevance | path

Searched refs:acct1 (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/
DExchangeServiceAccountTests.java50 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/
DExchangeServiceAccountTests.java50 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/
DMailboxTests.java251 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/
DUtilityLargeTest.java51 Account acct1 = ProviderTestUtils.setupAccount("acct1", true, mProviderContext); in testForEachAccount() local
90 assertTrue(ids.contains(acct1.mId)); in testForEachAccount()
DRefreshManagerTest.java384 Account acct1 = ProviderTestUtils.setupAccount("acct1", true, mProviderContext); in testSendPendingMessagesForAllAccounts() local