Home
last modified time | relevance | path

Searched refs:collectionUri (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/
DProviderTestUtils.java302 public static Uri stageMedia(int resId, Uri collectionUri) throws IOException { in stageMedia() argument
303 return stageMedia(resId, collectionUri, "image/png"); in stageMedia()
306 public static Uri stageMedia(int resId, Uri collectionUri, String mimeType) throws IOException { in stageMedia() argument
309 final PendingParams params = new PendingParams(collectionUri, displayName, mimeType); in stageMedia()