Home
last modified time | relevance | path

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

/frameworks/support/compat/src/androidTest/java/androidx/core/content/
DFileProviderTest.java36 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()
/frameworks/support/compat/src/main/java/androidx/core/content/
DFileProvider.java601 final SimplePathStrategy strat = new SimplePathStrategy(authority); in parsePathStrategy()
691 static class SimplePathStrategy implements PathStrategy { class in FileProvider
695 SimplePathStrategy(String authority) { in SimplePathStrategy() method in FileProvider.SimplePathStrategy