Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java597 final File dirInDownload = new File(getDownloadDir(), TEST_DIRECTORY_NAME); in testCantDeleteOtherAppsContents() local
598 final File mediaFile = new File(dirInDownload, IMAGE_FILE_NAME); in testCantDeleteOtherAppsContents()
599 final File nonMediaFile = new File(dirInDownload, NONMEDIA_FILE_NAME); in testCantDeleteOtherAppsContents()
601 assertThat(dirInDownload.mkdir()).isTrue(); in testCantDeleteOtherAppsContents()
606 assertThat(dirInDownload.delete()).isFalse(); in testCantDeleteOtherAppsContents()
608 assertThat(deleteRecursively(dirInDownload)).isFalse(); in testCantDeleteOtherAppsContents()
614 assertThat(dirInDownload.delete()).isFalse(); in testCantDeleteOtherAppsContents()
616 assertThat(deleteRecursively(dirInDownload)).isFalse(); in testCantDeleteOtherAppsContents()
622 assertThat(dirInDownload.delete()).isFalse(); in testCantDeleteOtherAppsContents()
623 assertThat(deleteRecursively(dirInDownload)).isFalse(); in testCantDeleteOtherAppsContents()
[all …]