Home
last modified time | relevance | path

Searched refs:ACCOUNT_1 (Results 1 – 6 of 6) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregator2Test.java61 private static final Account ACCOUNT_1 = new Account("account_name_1", "account_type_1"); field in ContactAggregator2Test
142 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfExactFullNameMatch()
173 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfCaseInsensitiveFullNameMatch()
183 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfLastNameMatch()
193 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testNonAggregationOfFirstNameMatch()
203 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testNonAggregationOfLastNameMatch()
213 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfConcatenatedFullNameMatch()
223 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfNormalizedFullNameMatch()
244 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfNumericNames()
254 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfInconsistentlyParsedNames()
[all …]
DContactAggregatorTest.java61 private static final Account ACCOUNT_1 = new Account("account_name_1", "account_type_1"); field in ContactAggregatorTest
142 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfExactFullNameMatch()
173 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfCaseInsensitiveFullNameMatch()
183 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfLastNameMatch()
193 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testNonAggregationOfFirstNameMatch()
203 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testNonAggregationOfLastNameMatch()
213 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfConcatenatedFullNameMatch()
223 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfNormalizedFullNameMatch()
244 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfNumericNames()
254 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfInconsistentlyParsedNames()
[all …]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/accounts/
DAccountsChangedReceiverTests.java32 private static final String ACCOUNT_1 = "account1@example.com"; field in AccountsChangedReceiverTests
54 updateAccountName(ACCOUNT_1); in testUnknownIntent()
58 assertAccountName(ACCOUNT_1); in testUnknownIntent()
62 updateAccountName(ACCOUNT_1); in testAccountRemoved()
92 return new String[] {ACCOUNT_1, ACCOUNT_2}; in testAccountNotRemoved()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
DContactAggregatorHelperTest.java35 private static final long ACCOUNT_1 = 1; field in ContactAggregatorHelperTest
56 rawContactsToAccounts.put(100l, ACCOUNT_1); in testMergeComponentsWithDisjointAccounts()
57 rawContactsToAccounts.put(101l, ACCOUNT_1); in testMergeComponentsWithDisjointAccounts()
58 rawContactsToAccounts.put(102l, ACCOUNT_1); in testMergeComponentsWithDisjointAccounts()
93 rawContactsToAccounts.put(100l, ACCOUNT_1); in testMergeComponentsWithDisjointAccounts2()
96 rawContactsToAccounts.put(103l, ACCOUNT_1); in testMergeComponentsWithDisjointAccounts2()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
DTestUtil.java31 public static final Account ACCOUNT_1 = new Account("account_name_1", "account_type_1"); field in TestUtil
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java1474 "Tamale", TestUtil.ACCOUNT_1); in testPhonesFilterQueryInter()
2543 TestUtil.ACCOUNT_1); in testEmailsFilterQuery()
2613 long rawContactId1 = RawContactUtil.createRawContact(mResolver, TestUtil.ACCOUNT_1); in testEmailFilterPrimaryAccount()
2623 … .appendQueryParameter(ContactsContract.PRIMARY_ACCOUNT_NAME, TestUtil.ACCOUNT_1.name) in testEmailFilterPrimaryAccount()
2624 … .appendQueryParameter(ContactsContract.PRIMARY_ACCOUNT_TYPE, TestUtil.ACCOUNT_1.type) in testEmailFilterPrimaryAccount()
2636 … .appendQueryParameter(ContactsContract.PRIMARY_ACCOUNT_NAME, TestUtil.ACCOUNT_1.name) in testEmailFilterPrimaryAccount()
2669 final long rawContactId = RawContactUtil.createRawContact(mResolver, TestUtil.ACCOUNT_1); in testEmailFilterSuperPrimaryOverUsageSort()
2695 final long rawContactId = RawContactUtil.createRawContact(mResolver, TestUtil.ACCOUNT_1); in testEmailFilterUsageOverPrimarySort()
6562 final Set<Account> EXPECTED_1 = Sets.newHashSet(TestUtil.ACCOUNT_1); in testAccountsToString()
6564 final Set<Account> EXPECTED_1_2 = Sets.newHashSet(TestUtil.ACCOUNT_1, TestUtil.ACCOUNT_2); in testAccountsToString()
[all …]