Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/emailcommon/provider/
DMailboxTests.java253 Account acct1 = ProviderTestUtils.setupAccount("acct1", true, context); in testFindMailboxOfType() local
255 ProviderTestUtils.setupMailbox("Inbox1", acct1.mId, true, context, Mailbox.TYPE_INBOX); in testFindMailboxOfType()
257 ProviderTestUtils.setupMailbox("Cal1", acct1.mId, true, context, Mailbox.TYPE_CALENDAR); in testFindMailboxOfType()
259 ProviderTestUtils.setupMailbox("Con1", acct1.mId, true, context, Mailbox.TYPE_CONTACTS); in testFindMailboxOfType()
270 Mailbox.findMailboxOfType(context, acct1.mId, Mailbox.TYPE_INBOX)); in testFindMailboxOfType()
274 Mailbox.findMailboxOfType(context, acct1.mId, Mailbox.TYPE_CALENDAR)); in testFindMailboxOfType()
278 Mailbox.findMailboxOfType(context, acct1.mId, Mailbox.TYPE_CONTACTS)); in testFindMailboxOfType()
284 Mailbox.findMailboxOfType(context, acct1.mId, Mailbox.TYPE_DRAFTS)); in testFindMailboxOfType()
286 Mailbox.findMailboxOfType(context, acct1.mId, Mailbox.TYPE_OUTBOX)); in testFindMailboxOfType()
290 ContentUris.withAppendedId(Account.CONTENT_URI, acct1.mId), null, null); in testFindMailboxOfType()
[all …]
/packages/apps/Email/tests/src/com/android/email/provider/
DProviderTests.java1953 Account acct1 = ProviderTestUtils.setupAccount("acct1", true, context); in testAccountIsSecurityHold() local
1959 assertFalse(Account.isSecurityHold(context, acct1.mId)); in testAccountIsSecurityHold()