Searched refs:deleteRecursively (Results 1 – 2 of 2) sorted by relevance
45 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()
911 public static boolean deleteRecursively(@NonNull File path) { in deleteRecursively() method in TestUtils914 if (!deleteRecursively(child)) { in deleteRecursively()