Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregator2Test.java167 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationIgnoresInvisibleContact()
168 assertNotAggregated(rawContactId1, rawContactId3); in testAggregationIgnoresInvisibleContact()
199 assertNotAggregated(rawContactId1, rawContactId2); in testNonAggregationOfFirstNameMatch()
209 assertNotAggregated(rawContactId1, rawContactId2); in testNonAggregationOfLastNameMatch()
289 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnMiddleName()
303 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnPhoneNumberNoNameData()
304 assertNotAggregated(rawContactId3, rawContactId2); in testAggregationBasedOnPhoneNumberNoNameData()
316 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnPhoneNumberWhenTargetAggregateHasNoName()
327 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnPhoneNumberWhenNewContactHasNoName()
339 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnPhoneNumberWithDifferentNames()
[all …]
DContactAggregatorTest.java167 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationIgnoresInvisibleContact()
168 assertNotAggregated(rawContactId1, rawContactId3); in testAggregationIgnoresInvisibleContact()
199 assertNotAggregated(rawContactId1, rawContactId2); in testNonAggregationOfFirstNameMatch()
209 assertNotAggregated(rawContactId1, rawContactId2); in testNonAggregationOfLastNameMatch()
289 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnMiddleName()
333 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnPhoneNumberWithDifferentNames()
389 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnEmailWithDifferentNames()
431 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationByNicknameWithDifferentNames()
445 assertNotAggregated(rawContactId1, rawContactId2); in testNonAggregationOnOrganization()
496 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationExceptionKeepOut()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLookupKeyTest.java108 assertNotAggregated(rawContactId1, rawContactId2); in testLookupKeySameSourceIdDifferentAccounts()
153 assertNotAggregated(rawContactId1, rawContactId3); in testLookupKeyChoosingLargestContact()
154 assertNotAggregated(rawContactId2, rawContactId3); in testLookupKeyChoosingLargestContact()
DGroupsTest.java297 assertNotAggregated(rawContactId1, rawContactId2); in testLocalMixedVisible()
DBaseContactsProvider2Test.java666 protected void assertNotAggregated(long rawContactId1, long rawContactId2) { in assertNotAggregated() method in BaseContactsProvider2Test
DContactsProvider2Test.java1347 assertNotAggregated(rawContactId1, rawContactId2); in testPhonesWithMergedContacts()