Searched refs:SimplePathStrategy (Results 1 – 2 of 2) sorted by relevance
26 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()
557 final SimplePathStrategy strat = new SimplePathStrategy(authority); in parsePathStrategy()631 static class SimplePathStrategy implements PathStrategy { class in FileProvider635 public SimplePathStrategy(String authority) { in SimplePathStrategy() method in FileProvider.SimplePathStrategy