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

/frameworks/support/core-utils/java/android/support/v4/content/
H A DFileProvider.java375 mStrategy = getPathStrategy(context, info.authority);
399 final PathStrategy strategy = getPathStrategy(context, authority);
551 private static PathStrategy getPathStrategy(Context context, String authority) { method in class:FileProvider
575 * @see #getPathStrategy(Context, String)

Completed in 73 milliseconds