/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator2Test.java | 61 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 …]
|
D | ContactAggregatorTest.java | 61 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/ |
D | AccountsChangedReceiverTests.java | 32 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/ |
D | ContactAggregatorHelperTest.java | 35 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/ |
D | TestUtil.java | 31 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/ |
D | ContactsProvider2Test.java | 1474 "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 …]
|