Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DProviderTestUtils.java399 public static void assertExists(String path) throws IOException { in assertExists() method
400 assertExists(null, path); in assertExists()
403 public static void assertExists(File file) throws IOException { in assertExists() method
404 assertExists(null, file.getAbsolutePath()); in assertExists()
407 public static void assertExists(String msg, String path) throws IOException { in assertExists() method