Searched refs:createImagesAndGetUriAndPath (Results 1 – 2 of 2) sorted by relevance
/cts/tests/PhotoPicker/src/android/photopicker/cts/ |
D | ActionGetContentOnlyTest.java | 20 import static android.photopicker.cts.util.PhotoPickerFilesUtils.createImagesAndGetUriAndPath; 124 List<Pair<Uri, String>> createdImagesData = createImagesAndGetUriAndPath(itemCount, in testBrowse_singleSelect() 149 List<Pair<Uri, String>> createdImagesData = createImagesAndGetUriAndPath(itemCount, in testBrowse_multiSelect()
|
/cts/tests/PhotoPicker/src/android/photopicker/cts/util/ |
D | PhotoPickerFilesUtils.java | 55 List<Pair<Uri, String>> createdImagesData = createImagesAndGetUriAndPath(count, userId, in createImagesAndGetUris() 75 public static List<Pair<Uri, String>> createImagesAndGetUriAndPath(int count, int userId, in createImagesAndGetUriAndPath() method in PhotoPickerFilesUtils
|