Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java145 assertAggregated(rawContactId1, rawContactId2, "Johnb Smithb"); in testAggregationOfExactFullNameMatch()
166 assertAggregated(rawContactId2, rawContactId3, "Flynn Ryder"); in testAggregationIgnoresInvisibleContact()
176 assertAggregated(rawContactId1, rawContactId2, "Johnc Smithc"); in testAggregationOfCaseInsensitiveFullNameMatch()
186 assertAggregated(rawContactId1, rawContactId2, "Johnd"); in testAggregationOfLastNameMatch()
216 assertAggregated(rawContactId1, rawContactId2, "Johng Smithg"); in testAggregationOfConcatenatedFullNameMatch()
226 assertAggregated(rawContactId1, rawContactId2, "H\u00e9l\u00e8ne Bj\u00f8rn"); in testAggregationOfNormalizedFullNameMatch()
237 assertAggregated(rawContactId1, rawContactId2, "helene bjorn"); in testAggregationOfNormalizedFullNameMatchWithReadOnlyAccount()
247 assertAggregated(rawContactId1, rawContactId2, "1-2-3"); in testAggregationOfNumericNames()
267 assertAggregated(rawContactId1, rawContactId2, "604 Arizona Ave"); in testAggregationOfInconsistentlyParsedNames()
296 assertAggregated(rawContactId1, rawContactId2); 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.java632 protected void assertAggregated(long rawContactId1, long rawContactId2) { in assertAggregated() method in BaseContactsProvider2Test
638 protected void assertAggregated(long rawContactId1, long rawContactId2, in assertAggregated() method in BaseContactsProvider2Test
DContactsProvider2Test.java1138 assertAggregated(rawContactId1, rawContactId2, "123456789"); in testPhonesWithMergedContacts()
4071 assertAggregated(rawContactId1, rawContactId2, "123456789"); in testDisplayNameUpdate()
4075 assertAggregated(rawContactId1, rawContactId2, "Potato Head"); in testDisplayNameUpdate()
6115 assertAggregated(rawContactId1, rawContactId2); in testAccountDeletion()