Searched refs:assertNotAggregated (Results 1 – 6 of 6) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator2Test.java | 167 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 …]
|
D | ContactAggregatorTest.java | 167 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/ |
D | ContactLookupKeyTest.java | 108 assertNotAggregated(rawContactId1, rawContactId2); in testLookupKeySameSourceIdDifferentAccounts() 153 assertNotAggregated(rawContactId1, rawContactId3); in testLookupKeyChoosingLargestContact() 154 assertNotAggregated(rawContactId2, rawContactId3); in testLookupKeyChoosingLargestContact()
|
D | GroupsTest.java | 297 assertNotAggregated(rawContactId1, rawContactId2); in testLocalMixedVisible()
|
D | BaseContactsProvider2Test.java | 666 protected void assertNotAggregated(long rawContactId1, long rawContactId2) { in assertNotAggregated() method in BaseContactsProvider2Test
|
D | ContactsProvider2Test.java | 1347 assertNotAggregated(rawContactId1, rawContactId2); in testPhonesWithMergedContacts()
|