Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java1128 boolean result = expectedValuePartiallyMatches(cursor, expectedValues, message); in assertCursorValuesPartialMatch()
1182 private boolean expectedValuePartiallyMatches(Cursor cursor, ContentValues expectedValues, in expectedValuePartiallyMatches() method in BaseContactsProvider2Test