Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java172 assertAggregated(rawContactId1, rawContactId2, "Johnb Smithb"); in testAggregationOfExactFullNameMatch()
193 assertAggregated(rawContactId2, rawContactId3, "Flynn Ryder"); in testAggregationIgnoresInvisibleContact()
203 assertAggregated(rawContactId1, rawContactId2, "Johnc Smithc"); in testAggregationOfCaseInsensitiveFullNameMatch()
213 assertAggregated(rawContactId1, rawContactId2, "Johnd"); in testAggregationOfLastNameMatch()
243 assertAggregated(rawContactId1, rawContactId2, "Johng Smithg"); in testAggregationOfConcatenatedFullNameMatch()
253 assertAggregated(rawContactId1, rawContactId2, "H\u00e9l\u00e8ne Bj\u00f8rn"); in testAggregationOfNormalizedFullNameMatch()
264 assertAggregated(rawContactId1, rawContactId2, "helene bjorn"); in testAggregationOfNormalizedFullNameMatchWithReadOnlyAccount()
274 assertAggregated(rawContactId1, rawContactId2, "1-2-3"); in testAggregationOfNumericNames()
294 assertAggregated(rawContactId1, rawContactId2, "604 Arizona Ave"); in testAggregationOfInconsistentlyParsedNames()
323 assertAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnPhoneNumberNoNameData()
[all …]
DContactAggregator2Test.java172 assertAggregated(rawContactId1, rawContactId2, "Johnb Smithb"); in testAggregationOfExactFullNameMatch()
193 assertAggregated(rawContactId2, rawContactId3, "Flynn Ryder"); in testAggregationIgnoresInvisibleContact()
203 assertAggregated(rawContactId1, rawContactId2, "Johnc Smithc"); in testAggregationOfCaseInsensitiveFullNameMatch()
213 assertAggregated(rawContactId1, rawContactId2, "Johnd"); in testAggregationOfLastNameMatch()
243 assertAggregated(rawContactId1, rawContactId2, "Johng Smithg"); in testAggregationOfConcatenatedFullNameMatch()
253 assertAggregated(rawContactId1, rawContactId2, "H\u00e9l\u00e8ne Bj\u00f8rn"); in testAggregationOfNormalizedFullNameMatch()
264 assertAggregated(rawContactId1, rawContactId2, "helene bjorn"); in testAggregationOfNormalizedFullNameMatchWithReadOnlyAccount()
274 assertAggregated(rawContactId1, rawContactId2, "1-2-3"); in testAggregationOfNumericNames()
294 assertAggregated(rawContactId1, rawContactId2, "604 Arizona Ave"); in testAggregationOfInconsistentlyParsedNames()
329 assertAggregated(rawContactId1, rawContactId3); in testAggregationBasedOnPhoneNumberNoNameData()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLookupKeyTest.java152 assertAggregated(rawContactId1, rawContactId2); in testLookupKeyChoosingLargestContact()
DGroupsTest.java90 assertAggregated(contactCharlie, contactCharlieDupe); in testGroupSummary()
DBaseContactsProvider2Test.java650 protected void assertAggregated(long rawContactId1, long rawContactId2) { in assertAggregated() method in BaseContactsProvider2Test
656 protected void assertAggregated(long rawContactId1, long rawContactId2, in assertAggregated() method in BaseContactsProvider2Test
DContactsProvider2Test.java1403 assertAggregated(rawContactId1, rawContactId2, "123456789"); in testPhonesWithMergedContacts()
4781 assertAggregated(rawContactId1, rawContactId2, "123456789"); in testDisplayNameUpdate()
4785 assertAggregated(rawContactId1, rawContactId2, "Potato Head"); in testDisplayNameUpdate()
6698 assertAggregated(rawContactId1, rawContactId2); in testAccountDeletion()