HomeSort by relevance Sort by last modified time
    Searched defs:getUriForFile (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v4/java/android/support/v4/content/
FileProvider.java 214 * 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(Context context, String authority, File file)
    [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 107 milliseconds