Home
last modified time | relevance | path

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

/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaProviderTestUtils.java315 public static void assertNotExists(String path) throws IOException { in assertNotExists() method
316 assertNotExists(null, path); in assertNotExists()
319 public static void assertNotExists(File file) throws IOException { in assertNotExists() method
320 assertNotExists(null, file.getAbsolutePath()); in assertNotExists()
323 public static void assertNotExists(String msg, String path) throws IOException { in assertNotExists() method