Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java969 Cursor c = mResolver.query(rowUri, buildProjection(expectedValues[0]), null, null, null); in assertStoredValuesWithProjection()
1039 assertSelection(uri, values, idColumn, id, buildProjection(values)); in assertSelectionWithProjection()
1214 private String[] buildProjection(ContentValues values) { in buildProjection() method in BaseContactsProvider2Test