Searched refs:assertNotExists (Results 1 – 3 of 3) sorted by relevance
280 public static void assertNotExists(String path) throws IOException { in assertNotExists() method in ProviderTestUtils281 assertNotExists(null, path); in assertNotExists()284 public static void assertNotExists(File file) throws IOException { in assertNotExists() method in ProviderTestUtils285 assertNotExists(null, file.getAbsolutePath()); in assertNotExists()288 public static void assertNotExists(String msg, String path) throws IOException { in assertNotExists() method in ProviderTestUtils
21 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()
21 import static android.provider.cts.ProviderTestUtils.assertNotExists;189 assertNotExists(videofile); in testStoreVideoMediaExternal()