Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2Test.java191 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 …]
H A DContactAggregatorTest.java191 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()
466 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationByNicknameWithDifferentNames()
480 assertNotAggregated(rawContactId1, rawContactId2); in testNonAggregationOnOrganization()
531 assertNotAggregated(rawContactId1, rawContactId2); in testAggregationExceptionKeepOut()
[all …]
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactLookupKeyTest.java108 assertNotAggregated(rawContactId1, rawContactId2); in testLookupKeySameSourceIdDifferentAccounts()
153 assertNotAggregated(rawContactId1, rawContactId3); in testLookupKeyChoosingLargestContact()
154 assertNotAggregated(rawContactId2, rawContactId3); in testLookupKeyChoosingLargestContact()
H A DGroupsTest.java297 assertNotAggregated(rawContactId1, rawContactId2); in testLocalMixedVisible()
H A DBaseContactsProvider2Test.java666 protected void assertNotAggregated(long rawContactId1, long rawContactId2) { in assertNotAggregated() method in BaseContactsProvider2Test
H A DContactsProvider2Test.java1375 assertNotAggregated(rawContactId1, rawContactId2); in testPhonesWithMergedContacts()