Searched refs:strat (Results 1 – 2 of 2) sorted by relevance
60 final SimplePathStrategy strat = new SimplePathStrategy("authority"); in testStrategyUriSimple() local61 strat.addRoot("tag", mContext.getFilesDir()); in testStrategyUriSimple()65 strat.getUriForFile(file).toString()); in testStrategyUriSimple()69 strat.getUriForFile(file).toString()); in testStrategyUriSimple()73 strat.getUriForFile(file); in testStrategyUriSimple()80 final SimplePathStrategy strat = new SimplePathStrategy("authority"); in testStrategyUriJumpOutside() local81 strat.addRoot("tag", mContext.getFilesDir()); in testStrategyUriJumpOutside()85 strat.getUriForFile(file); in testStrategyUriJumpOutside()92 SimplePathStrategy strat = new SimplePathStrategy("authority"); in testStrategyUriShortestRoot() local93 strat.addRoot("tag1", mContext.getFilesDir()); in testStrategyUriShortestRoot()[all …]
530 PathStrategy strat; in getPathStrategy() local532 strat = sCache.get(authority); in getPathStrategy()533 if (strat == null) { in getPathStrategy()535 strat = parsePathStrategy(context, authority); in getPathStrategy()543 sCache.put(authority, strat); in getPathStrategy()546 return strat; in getPathStrategy()557 final SimplePathStrategy strat = new SimplePathStrategy(authority); in parsePathStrategy() local588 strat.addRoot(name, target); in parsePathStrategy()593 return strat; in parsePathStrategy()