Searched refs:assertSuperPrimary (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 1733 assertSuperPrimary(ContentUris.parseId(uri_phone1a), false); in testAggregation_clearSuperPrimary() 1734 assertSuperPrimary(ContentUris.parseId(uri_phone1b), false); in testAggregation_clearSuperPrimary() 1735 assertSuperPrimary(ContentUris.parseId(uri_phone2), false); in testAggregation_clearSuperPrimary() 1736 assertSuperPrimary(ContentUris.parseId(uri_phone3), false); in testAggregation_clearSuperPrimary() 1737 assertSuperPrimary(ContentUris.parseId(uri_phone4), false); in testAggregation_clearSuperPrimary() 1739 assertSuperPrimary(ContentUris.parseId(uri_email1), true); in testAggregation_clearSuperPrimary() 1740 assertSuperPrimary(ContentUris.parseId(uri_email2), false); in testAggregation_clearSuperPrimary() 1742 assertSuperPrimary(ContentUris.parseId(uri_org1), true); in testAggregation_clearSuperPrimary() 1743 assertSuperPrimary(ContentUris.parseId(uri_org2), false); in testAggregation_clearSuperPrimary()
|
D | ContactAggregator2Test.java | 1743 assertSuperPrimary(ContentUris.parseId(uri_phone1a), false); in testAggregation_clearSuperPrimary() 1744 assertSuperPrimary(ContentUris.parseId(uri_phone1b), false); in testAggregation_clearSuperPrimary() 1745 assertSuperPrimary(ContentUris.parseId(uri_phone2), false); in testAggregation_clearSuperPrimary() 1746 assertSuperPrimary(ContentUris.parseId(uri_phone3), false); in testAggregation_clearSuperPrimary() 1747 assertSuperPrimary(ContentUris.parseId(uri_phone4), false); in testAggregation_clearSuperPrimary() 1749 assertSuperPrimary(ContentUris.parseId(uri_email1), true); in testAggregation_clearSuperPrimary() 1750 assertSuperPrimary(ContentUris.parseId(uri_email2), false); in testAggregation_clearSuperPrimary() 1752 assertSuperPrimary(ContentUris.parseId(uri_org1), true); in testAggregation_clearSuperPrimary() 1753 assertSuperPrimary(ContentUris.parseId(uri_org2), false); in testAggregation_clearSuperPrimary()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | BaseContactsProvider2Test.java | 764 protected void assertSuperPrimary(Long dataId, boolean isSuperPrimary) { in assertSuperPrimary() method in BaseContactsProvider2Test
|