Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DProviderTestUtils.java418 public static void assertNotExists(String path) throws IOException { in assertNotExists() method
422 public static void assertNotExists(File file) throws IOException { in assertNotExists() method
426 public static void assertNotExists(String msg, String path) throws IOException { in assertNotExists() method