Searched refs:assertSuperPrimary (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 1632 assertSuperPrimary(ContentUris.parseId(uri_phone1a), false); in testAggregation_clearSuperPrimary() 1633 assertSuperPrimary(ContentUris.parseId(uri_phone1b), false); in testAggregation_clearSuperPrimary() 1634 assertSuperPrimary(ContentUris.parseId(uri_phone2), false); in testAggregation_clearSuperPrimary() 1635 assertSuperPrimary(ContentUris.parseId(uri_phone3), false); in testAggregation_clearSuperPrimary() 1636 assertSuperPrimary(ContentUris.parseId(uri_phone4), false); in testAggregation_clearSuperPrimary() 1638 assertSuperPrimary(ContentUris.parseId(uri_email1), true); in testAggregation_clearSuperPrimary() 1639 assertSuperPrimary(ContentUris.parseId(uri_email2), false); in testAggregation_clearSuperPrimary() 1641 assertSuperPrimary(ContentUris.parseId(uri_org1), true); in testAggregation_clearSuperPrimary() 1642 assertSuperPrimary(ContentUris.parseId(uri_org2), false); in testAggregation_clearSuperPrimary()
|
D | ContactAggregator2Test.java | 1632 assertSuperPrimary(ContentUris.parseId(uri_phone1a), false); in testAggregation_clearSuperPrimary() 1633 assertSuperPrimary(ContentUris.parseId(uri_phone1b), false); in testAggregation_clearSuperPrimary() 1634 assertSuperPrimary(ContentUris.parseId(uri_phone2), false); in testAggregation_clearSuperPrimary() 1635 assertSuperPrimary(ContentUris.parseId(uri_phone3), false); in testAggregation_clearSuperPrimary() 1636 assertSuperPrimary(ContentUris.parseId(uri_phone4), false); in testAggregation_clearSuperPrimary() 1638 assertSuperPrimary(ContentUris.parseId(uri_email1), true); in testAggregation_clearSuperPrimary() 1639 assertSuperPrimary(ContentUris.parseId(uri_email2), false); in testAggregation_clearSuperPrimary() 1641 assertSuperPrimary(ContentUris.parseId(uri_org1), true); in testAggregation_clearSuperPrimary() 1642 assertSuperPrimary(ContentUris.parseId(uri_org2), false); in testAggregation_clearSuperPrimary()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | BaseContactsProvider2Test.java | 782 protected void assertSuperPrimary(Long dataId, boolean isSuperPrimary) { in assertSuperPrimary() method in BaseContactsProvider2Test
|