Home
last modified time | relevance | path

Searched defs:account1 (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/provider/
DAttachmentProviderTests.java83 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
DProviderTests.java192 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 …]
DPolicyTests.java71 Account account1 = ProviderTestUtils.setupAccount("acct1", true, mMockContext); in testGetAccountIdWithPolicyKey() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java664 PhoneAccount account1 = new PhoneAccount.Builder( in testSortBySortOrder() local
704 PhoneAccount account1 = new PhoneAccount.Builder(makeQuickAccountHandle(componentA, "c"), in testSortByLabel() local
753 PhoneAccount account1 = new PhoneAccount.Builder(makeQuickAccountHandle( in testSortAll() local
909 PhoneAccount account1 = builder.build(); in testPhoneAccountEquality() local
/packages/apps/Email/tests/src/com/android/email/service/
DEmailBroadcastProcessorServiceTests.java87 Account account1 = ProviderTestUtils.setupAccount("eas-account1", false, mMockContext); in testSetImapDeletePolicy() local
/packages/apps/Email/tests/src/com/android/emailcommon/provider/
DMailboxTests.java99 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/
DSimContactDaoTests.java386 final AccountWithDataSet account1 = mAccountHelper.addTestAccount( in hasMultipleAccountsWhenMultipleMatchingContactsExist() local
410 ), account1); in hasMultipleAccountsWhenMultipleMatchingContactsExist() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java522 accounts.sort((account1, account2) -> { in sortSimPhoneAccountsForEmergency() argument
DPhoneAccountRegistrar.java902 private String getAccountDiffString(PhoneAccount account1, PhoneAccount account2) { in getAccountDiffString()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java1046 Account account1 = new Account("act1", "actype1"); in testContactEntitiesWithIdBasedUri() local
1068 Account account1 = new Account("act1", "actype1"); in testContactEntitiesWithLookupUri() local
1298 Account account1 = new Account("a", "b"); in testRawContactDataQuery() local
2875 Account account1 = new Account(accountName1, accountType1); in testUpdateFromMetadataEntry() local
4254 Account account1 = new Account("a", "b"); in testGroupQuery() local
4329 final Account account1 = new Account("accountName1", "accountType1"); in testGroupDelete_byAccountSelection() local
4357 final Account account1 = new Account("accountName1", "accountType1"); in testGroupDelete_byAccountParam() local
4388 final Account account1 = new Account("accountName1", "accountType1"); in testGroupSummaryQuery() local
4510 Account account1 = new Account("a", "b"); in testSettingsQuery() local
4535 Account account1 = new Account("a", "b"); in testSettingsInsertionPreventsDuplicates() local
[all …]