Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java554 final File nonMediaFile = new File(getDownloadDir(), NONMEDIA_FILE_NAME); in testCantAccessOtherAppsContents() local
557 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() local
590 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 …]