Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/content/
DFileProvider.java352 mStrategy = getPathStrategy(context, info.authority); in attachInfo()
376 final PathStrategy strategy = getPathStrategy(context, authority); in getUriForFile()
528 private static PathStrategy getPathStrategy(Context context, String authority) { in getPathStrategy() method in FileProvider