Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteExternalStorageTest.java28 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.deleteContents;
166 deleteContents(otherCache); in testPrimaryOtherPackageWriteAccess()
251 deleteContents(file); in testVerifyNoMediaCreated()
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java128 deleteContents(path); in testAllPackageDirsWritable()
423 public static void deleteContents(File dir) throws IOException { in deleteContents() method in CommonExternalStorageTest
429 deleteContents(file); in deleteContents()