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

/frameworks/support/tests/java/android/support/v4/content/
H A DFileProviderTest.java114 strat.getFileForUri(Uri.parse("content://authority/tag/file.test")).getPath());
117 assertEquals(file.getPath(), strat.getFileForUri(
126 strat.getFileForUri(Uri.parse("content://authority/tag/../file.test"));
142 strat.getFileForUri(Uri.parse(expected)).getPath());
150 assertEquals(file.getPath(), strat.getFileForUri(
166 strat.getFileForUri(Uri.parse(expected)).getPath());
/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java412 final File file = mStrategy.getFileForUri(uri);
451 final File file = mStrategy.getFileForUri(uri);
497 final File file = mStrategy.getFileForUri(uri);
519 final File file = mStrategy.getFileForUri(uri);
617 public File getFileForUri(Uri uri); method in interface:FileProvider.PathStrategy
697 public File getFileForUri(Uri uri) { method in class:FileProvider.SimplePathStrategy

Completed in 88 milliseconds