Searched refs:SimplePathStrategy (Results 1 – 2 of 2) sorted by relevance
36 import androidx.core.content.FileProvider.SimplePathStrategy;73 final SimplePathStrategy strat = new SimplePathStrategy("authority"); in testStrategyUriSimple()94 final SimplePathStrategy strat = new SimplePathStrategy("authority"); in testStrategyUriJumpOutside()107 SimplePathStrategy strat = new SimplePathStrategy("authority"); in testStrategyUriShortestRoot()115 strat = new SimplePathStrategy("authority"); in testStrategyUriShortestRoot()126 final SimplePathStrategy strat = new SimplePathStrategy("authority"); in testStrategyFileSimple()141 final SimplePathStrategy strat = new SimplePathStrategy("authority"); in testStrategyFileJumpOutside()153 final SimplePathStrategy strat = new SimplePathStrategy("authority"); in testStrategyEscaping()168 final SimplePathStrategy strat = new SimplePathStrategy("authority"); in testStrategyExtraParams()179 final SimplePathStrategy strat = new SimplePathStrategy("authority"); in testStrategyExtraSeparators()
601 final SimplePathStrategy strat = new SimplePathStrategy(authority); in parsePathStrategy()691 static class SimplePathStrategy implements PathStrategy { class in FileProvider695 SimplePathStrategy(String authority) { in SimplePathStrategy() method in FileProvider.SimplePathStrategy