Searched refs:PathStrategy (Results 1 – 1 of 1) sorted by relevance
320 private static HashMap<String, PathStrategy> sCache = new HashMap<String, PathStrategy>();322 private PathStrategy mStrategy;376 final PathStrategy strategy = getPathStrategy(context, authority); in getUriForFile()528 private static PathStrategy getPathStrategy(Context context, String authority) { in getPathStrategy()529 PathStrategy strat; in getPathStrategy()554 private static PathStrategy parsePathStrategy(Context context, String authority) in parsePathStrategy()608 interface PathStrategy { interface in FileProvider630 static class SimplePathStrategy implements PathStrategy {