Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java576 final File dirInDownload = new File(getDownloadDir(), TEST_DIRECTORY_NAME); in testCantDeleteOtherAppsContents() local
577 final File mediaFile = new File(dirInDownload, IMAGE_FILE_NAME); in testCantDeleteOtherAppsContents()
578 final File nonMediaFile = new File(dirInDownload, NONMEDIA_FILE_NAME); in testCantDeleteOtherAppsContents()
580 assertThat(dirInDownload.mkdir()).isTrue(); in testCantDeleteOtherAppsContents()
585 assertThat(dirInDownload.delete()).isFalse(); in testCantDeleteOtherAppsContents()
587 assertThat(deleteRecursively(dirInDownload)).isFalse(); in testCantDeleteOtherAppsContents()
593 assertThat(dirInDownload.delete()).isFalse(); in testCantDeleteOtherAppsContents()
595 assertThat(deleteRecursively(dirInDownload)).isFalse(); in testCantDeleteOtherAppsContents()
601 assertThat(dirInDownload.delete()).isFalse(); in testCantDeleteOtherAppsContents()
602 assertThat(deleteRecursively(dirInDownload)).isFalse(); in testCantDeleteOtherAppsContents()
[all …]