Searched refs:file1Uri (Results 1 – 1 of 1) sorted by relevance
330 Uri file1Uri = mMediaScannerConnectionClient.mediaUri; in testWildcardPaths() local341 assertFalse(file1Uri.equals(file2Uri)); in testWildcardPaths()344 long file1id = Long.valueOf(file1Uri.getLastPathSegment()); in testWildcardPaths()346 file1Uri = MediaStore.Files.getContentUri("external", file1id); in testWildcardPaths()350 Cursor c = res.query(file1Uri, new String[] { "parent" }, null, null, null); in testWildcardPaths()374 res.delete(file1Uri, null, null); in testWildcardPaths()