Searched refs:projections (Results 1 – 1 of 1) sorted by relevance
245 final String[] projections = new String[] { projection }; in getFileData() local246 Cursor c = context.getContentResolver().query(uri, projections, null, null, null); in getFileData()