Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaScannerTest.java337 Uri file2Uri = mMediaScannerConnectionClient.mediaUri; in testWildcardPaths() local
341 assertFalse(file1Uri.equals(file2Uri)); in testWildcardPaths()
345 long file2id = Long.valueOf(file2Uri.getLastPathSegment()); in testWildcardPaths()
347 file2Uri = MediaStore.Files.getContentUri("external", file2id); in testWildcardPaths()
354 c = res.query(file2Uri, new String[] { "parent" }, null, null, null); in testWildcardPaths()
375 res.delete(file2Uri, null, null); in testWildcardPaths()