Home
last modified time | relevance | path

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

/frameworks/support/tests/java/android/support/v4/content/
DFileProviderTest.java26 import android.support.v4.content.FileProvider.SimplePathStrategy;
60 final SimplePathStrategy strat = new SimplePathStrategy("authority"); in testStrategyUriSimple()
80 final SimplePathStrategy strat = new SimplePathStrategy("authority"); in testStrategyUriJumpOutside()
92 SimplePathStrategy strat = new SimplePathStrategy("authority"); in testStrategyUriShortestRoot()
100 strat = new SimplePathStrategy("authority"); in testStrategyUriShortestRoot()
110 final SimplePathStrategy strat = new SimplePathStrategy("authority"); in testStrategyFileSimple()
123 final SimplePathStrategy strat = new SimplePathStrategy("authority"); in testStrategyFileJumpOutside()
134 final SimplePathStrategy strat = new SimplePathStrategy("authority"); in testStrategyEscaping()
147 final SimplePathStrategy strat = new SimplePathStrategy("authority"); in testStrategyExtraParams()
156 final SimplePathStrategy strat = new SimplePathStrategy("authority"); in testStrategyExtraSeparators()
/frameworks/support/v4/java/android/support/v4/content/
DFileProvider.java557 final SimplePathStrategy strat = new SimplePathStrategy(authority); in parsePathStrategy()
631 static class SimplePathStrategy implements PathStrategy { class in FileProvider
635 public SimplePathStrategy(String authority) { in SimplePathStrategy() method in FileProvider.SimplePathStrategy