Searched defs:stageMedia (Results 1 – 2 of 2) sorted by relevance
205 public static Uri stageMedia(int resId, Uri collectionUri) throws IOException { in stageMedia() method209 public static Uri stageMedia(int resId, Uri collectionUri, String mimeType) throws IOException { in stageMedia() method
173 private static Pair<Uri, String> stageMedia(int resId, Uri collectionUri, String mimeType, in stageMedia() method in PhotoPickerFilesUtils