Home
last modified time | relevance | path

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

/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaProviderTestUtils.java297 public static void assertExists(String path) throws IOException { in assertExists() method
298 assertExists(null, path); in assertExists()
301 public static void assertExists(File file) throws IOException { in assertExists() method
302 assertExists(null, file.getAbsolutePath()); in assertExists()
305 public static void assertExists(String msg, String path) throws IOException { in assertExists() method