Home
last modified time | relevance | path

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

/frameworks/support/tests/java/android/support/v4/content/
DFileProviderTest.java60 strat.addRoot("tag", mContext.getFilesDir()); in testStrategyUriSimple()
80 strat.addRoot("tag", mContext.getFilesDir()); in testStrategyUriJumpOutside()
92 strat.addRoot("tag1", mContext.getFilesDir()); in testStrategyUriShortestRoot()
93 strat.addRoot("tag2", new File("/")); in testStrategyUriShortestRoot()
100 strat.addRoot("tag1", new File("/")); in testStrategyUriShortestRoot()
101 strat.addRoot("tag2", mContext.getFilesDir()); in testStrategyUriShortestRoot()
110 strat.addRoot("tag", mContext.getFilesDir()); in testStrategyFileSimple()
123 strat.addRoot("tag", mContext.getFilesDir()); in testStrategyFileJumpOutside()
134 strat.addRoot("t/g", mContext.getFilesDir()); in testStrategyEscaping()
147 strat.addRoot("tag", mContext.getFilesDir()); in testStrategyExtraParams()
[all …]
/frameworks/support/v4/java/android/support/v4/content/
DFileProvider.java587 strat.addRoot(name, target); in parsePathStrategy()
642 public void addRoot(String name, File root) { in addRoot() method in FileProvider.SimplePathStrategy