Home
last modified time | relevance | path

Searched refs:account2Id (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/
DSecurityPolicyTests.java397 long account2Id = a2.mId; in testWipeExpiringAccounts() local
402 Mailbox box2 = ProviderTestUtils.setupMailbox("box2", account2Id, true, mMockContext); in testWipeExpiringAccounts()
404 ProviderTestUtils.setupMessage("message3", account2Id, box2Id, false, true, mMockContext); in testWipeExpiringAccounts()
405 ProviderTestUtils.setupMessage("message4", account2Id, box2Id, false, true, mMockContext); in testWipeExpiringAccounts()
444 account = Account.restoreAccountWithId(mMockContext, account2Id); in testWipeExpiringAccounts()
/packages/apps/Email/tests/src/com/android/email/provider/
DAttachmentProviderTests.java598 long account2Id = account2.mId; in testDeleteAccount() local
599 Mailbox mailbox3 = ProviderTestUtils.setupMailbox("mbox3", account2Id, true, mMockContext); in testDeleteAccount()
601 Mailbox mailbox4 = ProviderTestUtils.setupMailbox("mbox4", account2Id, true, mMockContext); in testDeleteAccount()
624 AttachmentUtilities.deleteAllAccountAttachmentFiles(mMockContext, account2Id); in testDeleteAccount()
DProviderTests.java618 long account2Id = account2.mId; in testAccountDelete() local
633 uri = ContentUris.withAppendedId(Account.CONTENT_URI, account2Id); in testAccountDelete()
1666 long account2Id = account2.mId; in testGetDefaultAccountWithLastUsedAccount() local
1684 lastUsedAccountId = account2Id; in testGetDefaultAccountWithLastUsedAccount()
1686 assertEquals(account2Id, defaultAccountId); in testGetDefaultAccountWithLastUsedAccount()
1707 assertEquals(account2Id, defaultAccountId); in testGetDefaultAccountWithLastUsedAccount()
1715 uri = ContentUris.withAppendedId(Account.CONTENT_URI, account2Id); in testGetDefaultAccountWithLastUsedAccount()