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