Searched defs:PathStrategy (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java321 private static HashMap<String, PathStrategy> sCache = new HashMap<String, PathStrategy>();
323 private PathStrategy mStrategy;
377 final PathStrategy strategy = getPathStrategy(context, authority);
526 * Return {@link PathStrategy} for given authority, either by parsing or
529 private static PathStrategy getPathStrategy(Context context, String authority) {
530 PathStrategy strat;
550 * Parse and return {@link PathStrategy} for given authority as defined in
555 private static PathStrategy parsePathStrategy(Context context, String authority)
609 interface PathStrategy { interface in class:FileProvider
[all...]

Completed in 85 milliseconds