Home
last modified time | relevance | path

Searched defs:stageMedia (Results 1 – 2 of 2) sorted by relevance

/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaProviderTestUtils.java205 public static Uri stageMedia(int resId, Uri collectionUri) throws IOException { in stageMedia() method
209 public static Uri stageMedia(int resId, Uri collectionUri, String mimeType) throws IOException { in stageMedia() method
/cts/tests/PhotoPicker/src/android/photopicker/cts/util/
DPhotoPickerFilesUtils.java173 private static Pair<Uri, String> stageMedia(int resId, Uri collectionUri, String mimeType, in stageMedia() method in PhotoPickerFilesUtils