Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_FilesTest.java158 long parentid = cursor.getLong(0); in testGetContentUri() local
159 assertTrue("got 0 parent for non root file", parentid != 0); in testGetContentUri()
162 cursor = mResolver.query(ContentUris.withAppendedId(allFilesUri, parentid), in testGetContentUri()