Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DProviderTestUtils.java417 public static void assertNotExists(String path) throws IOException { in assertNotExists() method
418 assertNotExists(null, path); in assertNotExists()
421 public static void assertNotExists(File file) throws IOException { in assertNotExists() method
422 assertNotExists(null, file.getAbsolutePath()); in assertNotExists()
425 public static void assertNotExists(String msg, String path) throws IOException { in assertNotExists() method