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

/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java214 * to {@link #getUriForFile(Context, String, File) getUriForFile()}. You can send the content URI
215 * returned by {@link #getUriForFile(Context, String, File) getUriForFile()} to another app in an
228 *Uri contentUri = getUriForFile(getContext(), "com.mydomain.fileprovider", newFile);
231 * {@link #getUriForFile(Context, String, File) getUriForFile()} returns the content URI
235 * {@link #getUriForFile(Context, String, File) getUriForFile()}, do one of the following:
375 public static Uri getUriForFile(Contex method in class:FileProvider
612 public Uri getUriForFile(File file); method in interface:FileProvider.PathStrategy
659 public Uri getUriForFile(File file) { method in class:FileProvider.SimplePathStrategy
[all...]

Completed in 42 milliseconds