Searched refs:assertNotAggregated (Results 1 – 6 of 6) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator2Test.java | 191 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationIgnoresInvisibleContact() 192 assertNotAggregated(rawContactId1, rawContactId3); in testAggregationIgnoresInvisibleContact() 223 assertNotAggregated(rawContactId1, rawContactId2); in testNonAggregationOfFirstNameMatch() 233 assertNotAggregated(rawContactId1, rawContactId2); in testNonAggregationOfLastNameMatch() 313 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnMiddleName() 327 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnPhoneNumberNoNameData() 328 assertNotAggregated(rawContactId3, rawContactId2); in testAggregationBasedOnPhoneNumberNoNameData() 340 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnPhoneNumberWhenTargetAggregateHasNoName() 351 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnPhoneNumberWhenNewContactHasNoName() 363 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnPhoneNumberWithDifferentNames() [all …]
|
D | ContactAggregatorTest.java | 191 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationIgnoresInvisibleContact() 192 assertNotAggregated(rawContactId1, rawContactId3); in testAggregationIgnoresInvisibleContact() 223 assertNotAggregated(rawContactId1, rawContactId2); in testNonAggregationOfFirstNameMatch() 233 assertNotAggregated(rawContactId1, rawContactId2); in testNonAggregationOfLastNameMatch() 313 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnMiddleName() 357 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnPhoneNumberWithDifferentNames() 413 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationBasedOnEmailWithDifferentNames() 427 assertNotAggregated(rawContactId1, rawContactId2); in testNonAggregationOnOrganization() 478 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationExceptionKeepOut() 506 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationExceptionKeepOutCheckUpdatesDisplayName() [all …]
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactLookupKeyTest.java | 120 assertNotAggregated(rawContactId1, rawContactId2); in testLookupKeySameSourceIdDifferentAccounts() 167 assertNotAggregated(rawContactId1, rawContactId3); in testLookupKeyChoosingLargestContact() 168 assertNotAggregated(rawContactId2, rawContactId3); in testLookupKeyChoosingLargestContact()
|
D | GroupsTest.java | 298 assertNotAggregated(rawContactId1, rawContactId2); in testLocalMixedVisible()
|
D | BaseContactsProvider2Test.java | 684 protected void assertNotAggregated(long rawContactId1, long rawContactId2) { in assertNotAggregated() method in BaseContactsProvider2Test
|
D | ContactsProvider2Test.java | 1601 assertNotAggregated(rawContactId1, rawContactId2); in testPhonesWithMergedContacts()
|