Searched refs:assertCreateNewFile (Results 1 – 2 of 2) sorted by relevance
178 return assertCreateNewFile(getDownloadsDir(), getImageFileName()); in assertCreateNewImage()181 private Uri assertCreateNewFile(File dir, String fileName) throws Exception { in assertCreateNewFile() method in PickerResultTest
964 return assertCreateNewFile(dir, VIDEO_FILE_NAME); in assertCreateNewVideo()968 return assertCreateNewFile(dir, IMAGE_FILE_NAME); in assertCreateNewImage()972 return assertCreateNewFile(getDownloadsDir(), VIDEO_FILE_NAME); in assertCreateNewVideo()976 return assertCreateNewFile(getDownloadsDir(), IMAGE_FILE_NAME); in assertCreateNewImage()979 private File assertCreateNewFile(File parentDir, String fileName) throws Exception { in assertCreateNewFile() method in ItemsProviderTest