Home
last modified time | relevance | path

Searched refs:assertDataRow (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java5973 assertDataRow(subValues[0], GroupMembership.CONTENT_ITEM_TYPE, in testContentEntityIterator()
5977 assertDataRow(subValues[1], GroupMembership.CONTENT_ITEM_TYPE, in testContentEntityIterator()
5981 assertDataRow(subValues[2], Email.CONTENT_ITEM_TYPE, in testContentEntityIterator()
5984 assertDataRow(subValues[3], Phone.CONTENT_ITEM_TYPE, in testContentEntityIterator()
5992 assertDataRow(subValues[0], GroupMembership.CONTENT_ITEM_TYPE, in testContentEntityIterator()
5996 assertDataRow(subValues[1], Email.CONTENT_ITEM_TYPE, in testContentEntityIterator()
5999 assertDataRow(subValues[2], Phone.CONTENT_ITEM_TYPE, in testContentEntityIterator()
6007 assertDataRow(subValues[0], GroupMembership.CONTENT_ITEM_TYPE, in testContentEntityIterator()
6011 assertDataRow(subValues[1], Email.CONTENT_ITEM_TYPE, in testContentEntityIterator()
6014 assertDataRow(subValues[2], Phone.CONTENT_ITEM_TYPE, in testContentEntityIterator()
H A DBaseContactsProvider2Test.java778 protected void assertDataRow(ContentValues actual, String expectedMimetype, in assertDataRow() method in BaseContactsProvider2Test