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.java1490 assertStoredValuesWithProjection(filterUri1, values); in testPhonesFilterQueryInter()
1551 assertStoredValuesWithProjection(filterUri1, values); in testPhonesFilterQueryInter()
2558 assertStoredValuesWithProjection(filterUri1, values); in testEmailsFilterQuery()
2561 assertStoredValuesWithProjection(filterUri2, values); in testEmailsFilterQuery()
2564 assertStoredValuesWithProjection(filterUri3, values); in testEmailsFilterQuery()
2567 assertStoredValuesWithProjection(filterUri4, values); in testEmailsFilterQuery()
2753 assertStoredValuesWithProjection(RawContacts.CONTENT_URI, in testEmailFilterSortOrderWithFeedback()
3477 assertStoredValuesWithProjection(contactUri, values); in testQueryContactWithStatusUpdate()
3499 assertStoredValuesWithProjection(filterUri1, values); in testQueryContactFilterByName()
3533 assertStoredValuesWithProjection(filterUri1, values); in testQueryContactFilterByEmailAddress()
[all …]
DBaseContactsProvider2Test.java987 protected void assertStoredValuesWithProjection(Uri rowUri, ContentValues expectedValues) { in assertStoredValuesWithProjection() method in BaseContactsProvider2Test
988 assertStoredValuesWithProjection(rowUri, new ContentValues[] {expectedValues}); in assertStoredValuesWithProjection()
991 protected void assertStoredValuesWithProjection(Uri rowUri, ContentValues... expectedValues) { in assertStoredValuesWithProjection() method in BaseContactsProvider2Test