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.java1768 assertStoredValuesWithProjection(filterUri1, values); in testPhonesFilterQueryInter()
1829 assertStoredValuesWithProjection(filterUri1, values); in testPhonesFilterQueryInter()
2836 assertStoredValuesWithProjection(filterUri1, values); in testEmailsFilterQuery()
2839 assertStoredValuesWithProjection(filterUri2, values); in testEmailsFilterQuery()
2842 assertStoredValuesWithProjection(filterUri3, values); in testEmailsFilterQuery()
2845 assertStoredValuesWithProjection(filterUri4, values); in testEmailsFilterQuery()
3025 assertStoredValuesWithProjection(RawContacts.CONTENT_URI, in testEmailFilterSortOrderWithFeedback()
3360 assertStoredValuesWithProjection(contactUri, values); in testQueryContactWithStatusUpdate()
3382 assertStoredValuesWithProjection(filterUri1, values); in testQueryContactFilterByName()
3417 assertStoredValuesWithProjection(filterUri1, values); in testQueryContactFilterByEmailAddress()
[all …]
DBaseContactsProvider2Test.java1008 protected void assertStoredValuesWithProjection(Uri rowUri, ContentValues expectedValues) { in assertStoredValuesWithProjection() method in BaseContactsProvider2Test
1009 assertStoredValuesWithProjection(rowUri, new ContentValues[] {expectedValues}); in assertStoredValuesWithProjection()
1012 protected void assertStoredValuesWithProjection(Uri rowUri, ContentValues... expectedValues) { in assertStoredValuesWithProjection() method in BaseContactsProvider2Test