Searched refs:assertSuperPrimary (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 1698 assertSuperPrimary(ContentUris.parseId(uri_phone1a), false); in testAggregation_clearSuperPrimary() 1699 assertSuperPrimary(ContentUris.parseId(uri_phone1b), false); in testAggregation_clearSuperPrimary() 1700 assertSuperPrimary(ContentUris.parseId(uri_phone2), false); in testAggregation_clearSuperPrimary() 1701 assertSuperPrimary(ContentUris.parseId(uri_phone3), false); in testAggregation_clearSuperPrimary() 1702 assertSuperPrimary(ContentUris.parseId(uri_phone4), false); in testAggregation_clearSuperPrimary() 1704 assertSuperPrimary(ContentUris.parseId(uri_email1), true); in testAggregation_clearSuperPrimary() 1705 assertSuperPrimary(ContentUris.parseId(uri_email2), false); in testAggregation_clearSuperPrimary() 1707 assertSuperPrimary(ContentUris.parseId(uri_org1), true); in testAggregation_clearSuperPrimary() 1708 assertSuperPrimary(ContentUris.parseId(uri_org2), false); in testAggregation_clearSuperPrimary()
|
D | ContactAggregator2Test.java | 1709 assertSuperPrimary(ContentUris.parseId(uri_phone1a), false); in testAggregation_clearSuperPrimary() 1710 assertSuperPrimary(ContentUris.parseId(uri_phone1b), false); in testAggregation_clearSuperPrimary() 1711 assertSuperPrimary(ContentUris.parseId(uri_phone2), false); in testAggregation_clearSuperPrimary() 1712 assertSuperPrimary(ContentUris.parseId(uri_phone3), false); in testAggregation_clearSuperPrimary() 1713 assertSuperPrimary(ContentUris.parseId(uri_phone4), false); in testAggregation_clearSuperPrimary() 1715 assertSuperPrimary(ContentUris.parseId(uri_email1), true); in testAggregation_clearSuperPrimary() 1716 assertSuperPrimary(ContentUris.parseId(uri_email2), false); in testAggregation_clearSuperPrimary() 1718 assertSuperPrimary(ContentUris.parseId(uri_org1), true); in testAggregation_clearSuperPrimary() 1719 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
|