Searched refs:getFileForUri (Results 1 – 2 of 2) sorted by relevance
412 final File file = mStrategy.getFileForUri(uri); in query()451 final File file = mStrategy.getFileForUri(uri); in getType()497 final File file = mStrategy.getFileForUri(uri); in delete()519 final File file = mStrategy.getFileForUri(uri); in openFile()617 public File getFileForUri(Uri uri); in getFileForUri() method697 public File getFileForUri(Uri uri) { in getFileForUri() method in FileProvider.SimplePathStrategy
114 strat.getFileForUri(Uri.parse("content://authority/tag/file.test")).getPath()); in testStrategyFileSimple()117 assertEquals(file.getPath(), strat.getFileForUri( in testStrategyFileSimple()126 strat.getFileForUri(Uri.parse("content://authority/tag/../file.test")); in testStrategyFileJumpOutside()142 strat.getFileForUri(Uri.parse(expected)).getPath()); in testStrategyEscaping()150 assertEquals(file.getPath(), strat.getFileForUri( in testStrategyExtraParams()166 strat.getFileForUri(Uri.parse(expected)).getPath()); in testStrategyExtraSeparators()