Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java699 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf); in testManageExternalStorageReaddir()
721 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testManageExternalStorageQueryOtherAppsFile()
1040 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf); in testNoIsolatedStorageStorageReaddir()
1063 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testNoIsolatedStorageQueryOtherAppsFile()
1155 deleteFilesAs(APP_B_NO_PERMS, fileToRemain); in testClearPackageData()
1156 deleteFilesAs(APP_B_NO_PERMS, fileToBeDeleted); in testClearPackageData()
1157 deleteFilesAs(APP_B_NO_PERMS, nestedFileToBeDeleted); in testClearPackageData()
1240 private static void deleteFilesAs(TestApp testApp, File... files) throws Exception { in deleteFilesAs() method in ScopedStorageTest
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2407 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testQueryOtherAppsFiles()
2433 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testSystemGalleryQueryOtherAppsFiles()
3368 private static void deleteFilesAs(TestApp testApp, File... files) throws Exception { in deleteFilesAs() method in ScopedStorageDeviceTest