Searched refs:assertExists (Results 1 – 3 of 3) sorted by relevance
294 public static void assertExists(String path) throws IOException { in assertExists() method295 assertExists(null, path); in assertExists()298 public static void assertExists(File file) throws IOException { in assertExists() method299 assertExists(null, file.getAbsolutePath()); in assertExists()302 public static void assertExists(String msg, String path) throws IOException { in assertExists() method
20 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()
20 import static android.provider.cts.ProviderTestUtils.assertExists;190 assertExists(videofile); in testStoreVideoMediaExternal()