Searched refs:dirInDownload (Results 1 – 1 of 1) sorted by relevance
597 final File dirInDownload = new File(getDownloadDir(), TEST_DIRECTORY_NAME); in testCantDeleteOtherAppsContents() local598 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 …]