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

/frameworks/support/core-utils/java/android/support/v4/content/
H A DFileProvider.java236 * to {@link #getUriForFile(Context, String, File) getUriForFile()}. You can send the content URI
237 * returned by {@link #getUriForFile(Context, String, File) getUriForFile()} to another app in an
250 *Uri contentUri = getUriForFile(getContext(), "com.mydomain.fileprovider", newFile);
253 * {@link #getUriForFile(Context, String, File) getUriForFile()} returns the content URI
257 * {@link #getUriForFile(Context, String, File) getUriForFile()}, do one of the following:
399 public static Uri getUriForFile(Contex method in class:FileProvider
646 public Uri getUriForFile(File file); method in interface:FileProvider.PathStrategy
693 public Uri getUriForFile(File file) { method in class:FileProvider.SimplePathStrategy
[all...]

Completed in 136 milliseconds