Searched refs:assertStoredValuesWithProjection (Results 1 – 2 of 2) sorted by relevance
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
| D | ContactsProvider2Test.java | 1524 assertStoredValuesWithProjection(filterUri1, values); in testPhonesFilterQueryInter() 1585 assertStoredValuesWithProjection(filterUri1, values); in testPhonesFilterQueryInter() 2592 assertStoredValuesWithProjection(filterUri1, values); in testEmailsFilterQuery() 2595 assertStoredValuesWithProjection(filterUri2, values); in testEmailsFilterQuery() 2598 assertStoredValuesWithProjection(filterUri3, values); in testEmailsFilterQuery() 2601 assertStoredValuesWithProjection(filterUri4, values); in testEmailsFilterQuery() 2781 assertStoredValuesWithProjection(RawContacts.CONTENT_URI, in testEmailFilterSortOrderWithFeedback() 3443 assertStoredValuesWithProjection(contactUri, values); in testQueryContactWithStatusUpdate() 3465 assertStoredValuesWithProjection(filterUri1, values); in testQueryContactFilterByName() 3500 assertStoredValuesWithProjection(filterUri1, values); in testQueryContactFilterByEmailAddress() [all …]
|
| D | BaseContactsProvider2Test.java | 995 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
|