Searched refs:nonMediaFile (Results 1 – 1 of 1) sorted by relevance
575 final File nonMediaFile = new File(getDownloadDir(), NONMEDIA_FILE_NAME); in testCantAccessOtherAppsContents() local578 assertThat(createFileAs(APP_B_NO_PERMS, nonMediaFile.getPath())).isTrue(); in testCantAccessOtherAppsContents()582 assertThat(nonMediaFile.exists()).isTrue(); in testCantAccessOtherAppsContents()586 assertThat(canOpen(nonMediaFile, /* forWrite */ true)).isFalse(); in testCantAccessOtherAppsContents()588 assertThat(canOpen(nonMediaFile, /* forWrite */ true)).isFalse(); in testCantAccessOtherAppsContents()590 deleteFileAsNoThrow(APP_B_NO_PERMS, nonMediaFile.getPath()); in testCantAccessOtherAppsContents()599 final File nonMediaFile = new File(dirInDownload, NONMEDIA_FILE_NAME); in testCantDeleteOtherAppsContents() local611 assertThat(createFileAs(APP_B_NO_PERMS, nonMediaFile.getPath())).isTrue(); in testCantDeleteOtherAppsContents()626 assertThat(deleteFileAs(APP_B_NO_PERMS, nonMediaFile.getPath())).isTrue(); in testCantDeleteOtherAppsContents()628 assertThat(nonMediaFile.createNewFile()).isTrue(); in testCantDeleteOtherAppsContents()[all …]