Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/NoDataStorageApp/src/com/android/cts/noappstorage/
DNoAppDataStorageTest.java78 private void assertDirDoesNotExist(File dir) throws Exception { in assertDirDoesNotExist() method in NoAppDataStorageTest
/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/common/src/com/android/cts/appdataisolation/common/
DFileUtils.java66 public static void assertDirDoesNotExist(String path) { in assertDirDoesNotExist() method in FileUtils