Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java245 final String[] projections = new String[] { projection }; in getFileData() local
246 Cursor c = context.getContentResolver().query(uri, projections, null, null, null); in getFileData()