Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DProviderTestUtils.java280 public static void assertNotExists(String path) throws IOException { in assertNotExists() method in ProviderTestUtils
281 assertNotExists(null, path); in assertNotExists()
284 public static void assertNotExists(File file) throws IOException { in assertNotExists() method in ProviderTestUtils
285 assertNotExists(null, file.getAbsolutePath()); in assertNotExists()
288 public static void assertNotExists(String msg, String path) throws IOException { in assertNotExists() method in ProviderTestUtils
DMediaStore_Images_ThumbnailsTest.java21 import static android.provider.cts.ProviderTestUtils.assertNotExists;
221 assertNotExists("image file should no longer exist", imagePath); in testQueryExternalMiniThumbnails()
236 assertNotExists("image file should no longer exist", imagePath); in testQueryExternalMiniThumbnails()
DMediaStore_Video_MediaTest.java21 import static android.provider.cts.ProviderTestUtils.assertNotExists;
189 assertNotExists(videofile); in testStoreVideoMediaExternal()