Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/
DItemsProviderTest.java138 File imageFile = assertCreateNewImage(cameraDir); in testGetCategories_camera()
157 File nonCameraImageFile = assertCreateNewImage(picturesDir); in testGetCategories_not_camera()
195 File imageFile = assertCreateNewImage(picturesDir); in testGetCategories_not_videos()
214 File imageFile = assertCreateNewImage(screenshotsDir); in testGetCategories_screenshots()
218 assertCreateNewImage(screenshotsDirInDownloadsDir); in testGetCategories_screenshots()
227 final File myAlbumScreenshotsImg = assertCreateNewImage(myAlbumScreenshotsDir); in testGetCategories_screenshots()
254 File imageFile = assertCreateNewImage(cameraDir); in testGetCategories_not_screenshots()
273 final File imageFile = assertCreateNewImage(picturesDir); in testGetCategories_favorites()
293 final File nonFavImageFile = assertCreateNewImage(picturesDir); in testGetCategories_not_favorites()
312 final File imageFile = assertCreateNewImage(downloadsDir); in testGetCategories_downloads()
[all …]
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/data/
DPickerResultTest.java164 Uri imageUri = assertCreateNewImage(); in createImageItem()
177 private Uri assertCreateNewImage() throws Exception { in assertCreateNewImage() method in PickerResultTest