Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java164 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationIgnoresInvisibleContact()
165 assertNotAggregated(rawContactId1, rawContactId3); in testAggregationIgnoresInvisibleContact()
196 assertNotAggregated(rawContactId1, rawContactId2); in testNonAggregationOfFirstNameMatch()
206 assertNotAggregated(rawContactId1, rawContactId2); in testNonAggregationOfLastNameMatch()
286 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnMiddleName()
330 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnPhoneNumberWithDifferentNames()
386 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnEmailWithDifferentNames()
428 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationByNicknameWithDifferentNames()
442 assertNotAggregated(rawContactId1, rawContactId2); in testNonAggregationOnOrganization()
493 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.java648 protected void assertNotAggregated(long rawContactId1, long rawContactId2) { in assertNotAggregated() method in BaseContactsProvider2Test
DContactsProvider2Test.java1117 assertNotAggregated(rawContactId1, rawContactId2); in testPhonesWithMergedContacts()