Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java45 import static android.scopedstorage.cts.lib.TestUtils.deleteRecursively;
587 assertThat(deleteRecursively(dirInDownload)).isFalse(); in testCantDeleteOtherAppsContents()
595 assertThat(deleteRecursively(dirInDownload)).isFalse(); in testCantDeleteOtherAppsContents()
602 assertThat(deleteRecursively(dirInDownload)).isFalse(); in testCantDeleteOtherAppsContents()
610 assertThat(deleteRecursively(dirInDownload)).isTrue(); in testCantDeleteOtherAppsContents()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java911 public static boolean deleteRecursively(@NonNull File path) { in deleteRecursively() method in TestUtils
914 if (!deleteRecursively(child)) { in deleteRecursively()