Searched refs:assertDataRow (Results 1 – 2 of 2) sorted by relevance
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
| D | ContactsProvider2Test.java | 6328 assertDataRow(subValues[0], GroupMembership.CONTENT_ITEM_TYPE, in testContentEntityIterator() 6332 assertDataRow(subValues[1], GroupMembership.CONTENT_ITEM_TYPE, in testContentEntityIterator() 6336 assertDataRow(subValues[2], Email.CONTENT_ITEM_TYPE, in testContentEntityIterator() 6339 assertDataRow(subValues[3], Phone.CONTENT_ITEM_TYPE, in testContentEntityIterator() 6347 assertDataRow(subValues[0], GroupMembership.CONTENT_ITEM_TYPE, in testContentEntityIterator() 6351 assertDataRow(subValues[1], Email.CONTENT_ITEM_TYPE, in testContentEntityIterator() 6354 assertDataRow(subValues[2], Phone.CONTENT_ITEM_TYPE, in testContentEntityIterator() 6362 assertDataRow(subValues[0], GroupMembership.CONTENT_ITEM_TYPE, in testContentEntityIterator() 6366 assertDataRow(subValues[1], Email.CONTENT_ITEM_TYPE, in testContentEntityIterator() 6369 assertDataRow(subValues[2], Phone.CONTENT_ITEM_TYPE, in testContentEntityIterator()
|
| D | BaseContactsProvider2Test.java | 791 protected void assertDataRow(ContentValues actual, String expectedMimetype, in assertDataRow() method in BaseContactsProvider2Test
|