Home
last modified time | relevance | path

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

/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java1826 assertStoredValuesWithProjection(filterUri1, values); in testPhonesFilterQueryInter()
1887 assertStoredValuesWithProjection(filterUri1, values); in testPhonesFilterQueryInter()
2921 assertStoredValuesWithProjection(filterUri1, values); in testEmailsFilterQuery()
2924 assertStoredValuesWithProjection(filterUri2, values); in testEmailsFilterQuery()
2927 assertStoredValuesWithProjection(filterUri3, values); in testEmailsFilterQuery()
2930 assertStoredValuesWithProjection(filterUri4, values); in testEmailsFilterQuery()
3117 assertStoredValuesWithProjection(RawContacts.CONTENT_URI, in testEmailFilterSortOrderWithFeedback()
3462 assertStoredValuesWithProjection(contactUri, values); in testQueryContactWithStatusUpdate()
3485 assertStoredValuesWithProjection(filterUri1, values); in testQueryContactFilterByName()
3521 assertStoredValuesWithProjection(filterUri1, values); in testQueryContactFilterByEmailAddress()
[all …]
DBaseContactsProvider2Test.java1027 protected void assertStoredValuesWithProjection(Uri rowUri, ContentValues expectedValues) { in assertStoredValuesWithProjection() method in BaseContactsProvider2Test
1028 assertStoredValuesWithProjection(rowUri, new ContentValues[] {expectedValues}); in assertStoredValuesWithProjection()
1031 protected void assertStoredValuesWithProjection(Uri rowUri, ContentValues... expectedValues) { in assertStoredValuesWithProjection() method in BaseContactsProvider2Test