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

/frameworks/support/core-utils/java/android/support/v4/content/
H A DFileProvider.java436 final File file = mStrategy.getFileForUri(uri);
475 final File file = mStrategy.getFileForUri(uri);
521 final File file = mStrategy.getFileForUri(uri);
543 final File file = mStrategy.getFileForUri(uri);
651 public File getFileForUri(Uri uri); method in interface:FileProvider.PathStrategy
731 public File getFileForUri(Uri uri) { method in class:FileProvider.SimplePathStrategy
/frameworks/support/core-utils/tests/java/android/support/v4/content/
H A DFileProviderTest.java130 strat.getFileForUri(Uri.parse("content://authority/tag/file.test")).getPath());
133 assertEquals(file.getPath(), strat.getFileForUri(
143 strat.getFileForUri(Uri.parse("content://authority/tag/../file.test"));
161 strat.getFileForUri(Uri.parse(expected)).getPath());
171 assertEquals(file.getPath(), strat.getFileForUri(
189 strat.getFileForUri(Uri.parse(expected)).getPath());

Completed in 86 milliseconds