Searched refs:buildProjection (Results 1 – 1 of 1) sorted by relevance
993 Cursor c = mResolver.query(rowUri, buildProjection(expectedValues[0]), null, null, null); in assertStoredValuesWithProjection()1063 assertSelection(uri, values, idColumn, id, buildProjection(values)); in assertSelectionWithProjection()1238 private String[] buildProjection(ContentValues values) { in buildProjection() method in BaseContactsProvider2Test