Searched refs:nonMediaFile (Results 1 – 1 of 1) sorted by relevance
554 final File nonMediaFile = new File(getDownloadDir(), NONMEDIA_FILE_NAME); in testCantAccessOtherAppsContents() local557 assertThat(createFileAs(APP_B_NO_PERMS, nonMediaFile.getPath())).isTrue(); in testCantAccessOtherAppsContents()561 assertThat(nonMediaFile.exists()).isTrue(); in testCantAccessOtherAppsContents()565 assertThat(canOpen(nonMediaFile, /* forWrite */ true)).isFalse(); in testCantAccessOtherAppsContents()567 assertThat(canOpen(nonMediaFile, /* forWrite */ true)).isFalse(); in testCantAccessOtherAppsContents()569 deleteFileAsNoThrow(APP_B_NO_PERMS, nonMediaFile.getPath()); in testCantAccessOtherAppsContents()578 final File nonMediaFile = new File(dirInDownload, NONMEDIA_FILE_NAME); in testCantDeleteOtherAppsContents() local590 assertThat(createFileAs(APP_B_NO_PERMS, nonMediaFile.getPath())).isTrue(); in testCantDeleteOtherAppsContents()605 assertThat(deleteFileAs(APP_B_NO_PERMS, nonMediaFile.getPath())).isTrue(); in testCantDeleteOtherAppsContents()607 assertThat(nonMediaFile.createNewFile()).isTrue(); in testCantDeleteOtherAppsContents()[all …]