Searched refs:getPathStrategy (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java352 mStrategy = getPathStrategy(context, info.authority);
376 final PathStrategy strategy = getPathStrategy(context, authority);
528 private static PathStrategy getPathStrategy(Context context, String authority) { method in class:FileProvider
552 * @see #getPathStrategy(Context, String)

Completed in 301 milliseconds