Home
last modified time | relevance | path

Searched refs:deleteContents (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DThumbnailUtilsTest.java56 deleteContents(mDir); in setUp()
61 deleteContents(mDir); in tearDown()
119 private static void deleteContents(File dir) { in deleteContents() method in ThumbnailUtilsTest
124 deleteContents(file); in deleteContents()
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteExternalStorageTest.java28 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.deleteContents;
173 deleteContents(otherCache); in testPrimaryOtherPackageWriteAccess()
259 deleteContents(file); in testVerifyNoMediaCreated()
339 deleteContents(afterParent); in testMovePackageSpecificPaths()
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtils.java160 public static boolean deleteContents(File dir) { in deleteContents() method in Utils
166 success &= deleteContents(file); in deleteContents()
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java135 deleteContents(path); in testAllPackageDirsWritable()
444 public static void deleteContents(File dir) throws IOException { in deleteContents() method in CommonExternalStorageTest
450 deleteContents(file); in deleteContents()