Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java1550 assertStoredValuesWithProjection(filterUri1, values); in testPhonesFilterQueryInter()
1611 assertStoredValuesWithProjection(filterUri1, values); in testPhonesFilterQueryInter()
2618 assertStoredValuesWithProjection(filterUri1, values); in testEmailsFilterQuery()
2621 assertStoredValuesWithProjection(filterUri2, values); in testEmailsFilterQuery()
2624 assertStoredValuesWithProjection(filterUri3, values); in testEmailsFilterQuery()
2627 assertStoredValuesWithProjection(filterUri4, values); in testEmailsFilterQuery()
2807 assertStoredValuesWithProjection(RawContacts.CONTENT_URI, in testEmailFilterSortOrderWithFeedback()
3469 assertStoredValuesWithProjection(contactUri, values); in testQueryContactWithStatusUpdate()
3491 assertStoredValuesWithProjection(filterUri1, values); in testQueryContactFilterByName()
3526 assertStoredValuesWithProjection(filterUri1, values); in testQueryContactFilterByEmailAddress()
[all …]
DBaseContactsProvider2Test.java995 protected void assertStoredValuesWithProjection(Uri rowUri, ContentValues expectedValues) { in assertStoredValuesWithProjection() method in BaseContactsProvider2Test
996 assertStoredValuesWithProjection(rowUri, new ContentValues[] {expectedValues}); in assertStoredValuesWithProjection()
999 protected void assertStoredValuesWithProjection(Uri rowUri, ContentValues... expectedValues) { in assertStoredValuesWithProjection() method in BaseContactsProvider2Test