Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DProviderTestUtils.java294 public static void assertExists(String path) throws IOException { in assertExists() method
295 assertExists(null, path); in assertExists()
298 public static void assertExists(File file) throws IOException { in assertExists() method
299 assertExists(null, file.getAbsolutePath()); in assertExists()
302 public static void assertExists(String msg, String path) throws IOException { in assertExists() method
DMediaStore_Images_ThumbnailsTest.java20 import static android.provider.cts.ProviderTestUtils.assertExists;
211 assertExists("image file does not exist", imagePath); in testQueryExternalMiniThumbnails()
234 assertExists("image file does not exist", imagePath); in testQueryExternalMiniThumbnails()
DMediaStore_Video_MediaTest.java20 import static android.provider.cts.ProviderTestUtils.assertExists;
190 assertExists(videofile); in testStoreVideoMediaExternal()