Home
last modified time | relevance | path

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

/cts/tests/PhotoPicker/src/android/photopicker/cts/util/
DPhotoPickerFilesUtils.java212 public static Uri createVideoWithUnknownMimeType(int userId) throws Exception { in createVideoWithUnknownMimeType() method in PhotoPickerFilesUtils
/cts/tests/PhotoPicker/src/android/photopicker/cts/
DPhotoPickerTest.java25 import static android.photopicker.cts.util.PhotoPickerFilesUtils.createVideoWithUnknownMimeType;
649 mUriList.add(createVideoWithUnknownMimeType(mContext.getUserId())); in testPickerUriFileExtensions()