/packages/apps/Email/tests/src/com/android/email/provider/ |
D | ProviderTests.java | 193 long account1Id = account1.mId; in testAccountSave() local 195 Account account2 = Account.restoreAccountWithId(mMockContext, account1Id); in testAccountSave() 212 long account1Id = account1.mId; in testAccountSaveHostAuth() local 215 Account account1get = Account.restoreAccountWithId(mMockContext, account1Id); in testAccountSaveHostAuth() 409 long account1Id = account1.mId; in testMessageSave() local 410 Mailbox box1 = ProviderTestUtils.setupMailbox("box1", account1Id, true, mMockContext); in testMessageSave() 415 account1Id, in testMessageSave() 428 account1Id, in testMessageSave() 453 long account1Id = account1.mId; in testMessageWithAttachment() local 454 Mailbox box1 = ProviderTestUtils.setupMailbox("box1", account1Id, true, mMockContext); in testMessageWithAttachment() [all …]
|
D | AttachmentProviderTests.java | 557 long account1Id = account1.mId; in testDeleteMailbox() local 558 Mailbox mailbox1 = ProviderTestUtils.setupMailbox("mbox1", account1Id, true, mMockContext); in testDeleteMailbox() 560 Mailbox mailbox2 = ProviderTestUtils.setupMailbox("mbox2", account1Id, true, mMockContext); in testDeleteMailbox() 573 AttachmentUtilities.deleteAllMailboxAttachmentFiles(mMockContext, account1Id, in testDeleteMailbox() 578 AttachmentUtilities.deleteAllMailboxAttachmentFiles(mMockContext, account1Id, in testDeleteMailbox() 589 long account1Id = account1.mId; in testDeleteAccount() local 590 Mailbox mailbox1 = ProviderTestUtils.setupMailbox("mbox1", account1Id, true, mMockContext); in testDeleteAccount() 592 Mailbox mailbox2 = ProviderTestUtils.setupMailbox("mbox2", account1Id, true, mMockContext); in testDeleteAccount() 619 AttachmentUtilities.deleteAllAccountAttachmentFiles(mMockContext, account1Id); in testDeleteAccount()
|
/packages/apps/Email/tests/src/com/android/emailcommon/provider/ |
D | MailboxTests.java | 100 long account1Id = account1.mId; in testSave() local 101 Mailbox box1 = ProviderTestUtils.setupMailbox("box1", account1Id, true, c); in testSave() 116 long account1Id = account1.mId; in testDelete() local 117 Mailbox box1 = ProviderTestUtils.setupMailbox("box1", account1Id, true, c); in testDelete() 119 Mailbox box2 = ProviderTestUtils.setupMailbox("box2", account1Id, true, c); in testDelete() 123 String[] selArgs = new String[] { String.valueOf(account1Id) }; in testDelete()
|
/packages/apps/Email/tests/src/com/android/email/ |
D | LegacyConversionsTests.java | 329 long account1Id = 1; in brokentestMakeLegacyMessage() local 334 account1Id, mailbox1Id, false, true, mProviderContext); in brokentestMakeLegacyMessage() 340 account1Id, mailbox1Id, true, false, mProviderContext); in brokentestMakeLegacyMessage() 348 account1Id, mailbox1Id, true, false, mProviderContext); in brokentestMakeLegacyMessage() 357 account1Id, mailbox1Id, true, false, mProviderContext); in brokentestMakeLegacyMessage()
|
D | SecurityPolicyTests.java | 396 long account1Id = a1.mId; in testWipeExpiringAccounts() local 398 Mailbox box1 = ProviderTestUtils.setupMailbox("box1", account1Id, true, mMockContext); in testWipeExpiringAccounts() 400 ProviderTestUtils.setupMessage("message1", account1Id, box1Id, false, true, mMockContext); in testWipeExpiringAccounts() 401 ProviderTestUtils.setupMessage("message2", account1Id, box1Id, false, true, mMockContext); in testWipeExpiringAccounts() 442 Account account = Account.restoreAccountWithId(mMockContext, account1Id); in testWipeExpiringAccounts()
|