Searched refs:assertStoredValuesWithProjection (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 1515 assertStoredValuesWithProjection(filterUri1, values); in testPhonesFilterQueryInter() 1576 assertStoredValuesWithProjection(filterUri1, values); in testPhonesFilterQueryInter() 2584 assertStoredValuesWithProjection(filterUri1, values); in testEmailsFilterQuery() 2587 assertStoredValuesWithProjection(filterUri2, values); in testEmailsFilterQuery() 2590 assertStoredValuesWithProjection(filterUri3, values); in testEmailsFilterQuery() 2593 assertStoredValuesWithProjection(filterUri4, values); in testEmailsFilterQuery() 2779 assertStoredValuesWithProjection(RawContacts.CONTENT_URI, in testEmailFilterSortOrderWithFeedback() 3508 assertStoredValuesWithProjection(contactUri, values); in testQueryContactWithStatusUpdate() 3531 assertStoredValuesWithProjection(filterUri1, values); in testQueryContactFilterByName() 3566 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
|