Searched refs:deleteRecursivelyAs (Results 1 – 2 of 2) sorted by relevance
48 import static android.scopedstorage.cts.lib.TestUtils.deleteRecursivelyAs;3595 deleteRecursivelyAs(APP_D_LEGACY_HAS_RW, dir.getAbsolutePath()); in deleteRecursivelyAsLegacyApp()
430 public static boolean deleteRecursivelyAs(TestApp testApp, String path) throws Exception { in deleteRecursivelyAs() method in TestUtils