Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/content/
DFileProvider.java412 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() method
697 public File getFileForUri(Uri uri) { in getFileForUri() method in FileProvider.SimplePathStrategy
/frameworks/support/tests/java/android/support/v4/content/
DFileProviderTest.java114 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()