/packages/apps/Email/tests/src/com/android/email/provider/ |
D | AttachmentProviderTests.java | 83 Account account1 = ProviderTestUtils.setupAccount("attachment-query", false, mMockContext); in testQuery() local 252 Account account1 = ProviderTestUtils.setupAccount("get-type", false, mMockContext); in testGetType() local 330 Account account1 = ProviderTestUtils.setupAccount("open-file", false, mMockContext); in testOpenFile() local 395 Account account1 = ProviderTestUtils.setupAccount("open-thumbnail", false, mMockContext); in testOpenThumbnail() local 461 Account account1 = ProviderTestUtils.setupAccount("attachment-query", false, mMockContext); in testResolveAttachmentIdToContentUri() local 501 Account account1 = ProviderTestUtils.setupAccount("attachment-query", false, mMockContext); in testDeleteFiles() local 555 Account account1 = ProviderTestUtils.setupAccount("attach-mbox-del", false, mMockContext); in testDeleteMailbox() local 587 Account account1 = ProviderTestUtils.setupAccount("attach-acct-del1", false, mMockContext); in testDeleteAccount() local
|
D | ProviderTests.java | 192 Account account1 = ProviderTestUtils.setupAccount("account-save", true, mMockContext); in testAccountSave() local 205 Account account1 = ProviderTestUtils.setupAccount("account-hostauth", false, mMockContext); in testAccountSaveHostAuth() local 302 Account account1 = ProviderTestUtils.setupAccount("parcel", false, mMockContext); in testAccountParcel() local 322 Account account1 = ProviderTestUtils.setupAccount("account-hostauth", false, mMockContext); in testGetProtocol() local 345 final Account account1 = ProviderTestUtils.setupAccount("account-1", true, mMockContext); in testAccountIsValidId() local 408 Account account1 = ProviderTestUtils.setupAccount("message-save", true, mMockContext); in testMessageSave() local 452 Account account1 = ProviderTestUtils.setupAccount("message-save", true, mMockContext); in testMessageWithAttachment() local 502 Account account1 = ProviderTestUtils.setupAccount("message-save", true, mMockContext); in testMessageSaveWithJustAttachments() local 615 Account account1 = ProviderTestUtils.setupAccount("account-delete-1", true, mMockContext); in testAccountDelete() local 649 Account account1 = ProviderTestUtils.setupAccount("orphaned body", true, mMockContext); in testLookupBodyIdWithMessageId() local [all …]
|
D | PolicyTests.java | 71 Account account1 = ProviderTestUtils.setupAccount("acct1", true, mMockContext); in testGetAccountIdWithPolicyKey() local
|
/packages/apps/Email/tests/src/com/android/email/service/ |
D | EmailBroadcastProcessorServiceTests.java | 87 Account account1 = ProviderTestUtils.setupAccount("eas-account1", false, mMockContext); in testSetImapDeletePolicy() local
|
/packages/apps/Email/tests/src/com/android/emailcommon/provider/ |
D | MailboxTests.java | 99 Account account1 = ProviderTestUtils.setupAccount("mailbox-save", true, c); in testSave() local 115 Account account1 = ProviderTestUtils.setupAccount("mailbox-delete", true, c); in testDelete() local
|
/packages/apps/Contacts/tests/src/com/android/contacts/database/ |
D | SimContactDaoTests.java | 385 final AccountWithDataSet account1 = mAccountHelper.addTestAccount( in hasMultipleAccountsWhenMultipleMatchingContactsExist() local 409 ), account1); in hasMultipleAccountsWhenMultipleMatchingContactsExist() local
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 1036 Account account1 = new Account("act1", "actype1"); in testContactEntitiesWithIdBasedUri() local 1058 Account account1 = new Account("act1", "actype1"); in testContactEntitiesWithLookupUri() local 1288 Account account1 = new Account("a", "b"); in testRawContactDataQuery() local 2938 Account account1 = new Account(accountName1, accountType1); in testUpdateFromMetadataEntry() local 4376 Account account1 = new Account("a", "b"); in testGroupQuery() local 4451 final Account account1 = new Account("accountName1", "accountType1"); in testGroupDelete_byAccountSelection() local 4479 final Account account1 = new Account("accountName1", "accountType1"); in testGroupDelete_byAccountParam() local 4510 final Account account1 = new Account("accountName1", "accountType1"); in testGroupSummaryQuery() local 4632 Account account1 = new Account("a", "b"); in testSettingsQuery() local 4657 Account account1 = new Account("a", "b"); in testSettingsInsertionPreventsDuplicates() local [all …]
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | PhoneAccountRegistrar.java | 786 private String getAccountDiffString(PhoneAccount account1, PhoneAccount account2) { in getAccountDiffString()
|