Searched refs:assertStoredValuesWithProjection (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 1769 assertStoredValuesWithProjection(filterUri1, values); in testPhonesFilterQueryInter() 1830 assertStoredValuesWithProjection(filterUri1, values); in testPhonesFilterQueryInter() 2837 assertStoredValuesWithProjection(filterUri1, values); in testEmailsFilterQuery() 2840 assertStoredValuesWithProjection(filterUri2, values); in testEmailsFilterQuery() 2843 assertStoredValuesWithProjection(filterUri3, values); in testEmailsFilterQuery() 2846 assertStoredValuesWithProjection(filterUri4, values); in testEmailsFilterQuery() 3026 assertStoredValuesWithProjection(RawContacts.CONTENT_URI, in testEmailFilterSortOrderWithFeedback() 3361 assertStoredValuesWithProjection(contactUri, values); in testQueryContactWithStatusUpdate() 3383 assertStoredValuesWithProjection(filterUri1, values); in testQueryContactFilterByName() 3418 assertStoredValuesWithProjection(filterUri1, values); in testQueryContactFilterByEmailAddress() [all …]
|
D | BaseContactsProvider2Test.java | 1013 protected void assertStoredValuesWithProjection(Uri rowUri, ContentValues expectedValues) { in assertStoredValuesWithProjection() method in BaseContactsProvider2Test 1014 assertStoredValuesWithProjection(rowUri, new ContentValues[] {expectedValues}); in assertStoredValuesWithProjection() 1017 protected void assertStoredValuesWithProjection(Uri rowUri, ContentValues... expectedValues) { in assertStoredValuesWithProjection() method in BaseContactsProvider2Test
|