Searched refs:otherAppPdf (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/ |
D | ScopedStorageTest.java | 323 final File otherAppPdf = new File(getDownloadDir(), "other" + NONMEDIA_FILE_NAME); in testManageExternalStorageCanDeleteOtherAppsContents() local 328 assertThat(createFileAs(APP_B_NO_PERMS, otherAppPdf.getPath())).isTrue(); in testManageExternalStorageCanDeleteOtherAppsContents() 332 assertThat(otherAppPdf.delete()).isTrue(); in testManageExternalStorageCanDeleteOtherAppsContents() 333 assertThat(otherAppPdf.exists()).isFalse(); in testManageExternalStorageCanDeleteOtherAppsContents() 341 deleteFileAsNoThrow(APP_B_NO_PERMS, otherAppPdf.getAbsolutePath()); in testManageExternalStorageCanDeleteOtherAppsContents() 524 final File otherAppPdf = new File(downloadDir, "other-" + NONMEDIA_FILE_NAME); in testAccess_file() local 532 assertThat(createFileAs(APP_B_NO_PERMS, otherAppPdf.getPath())).isTrue(); in testAccess_file() 542 assertFileAccess_existsOnly(otherAppPdf); in testAccess_file() 550 deleteFileAsNoThrow(APP_B_NO_PERMS, otherAppPdf.getAbsolutePath()); in testAccess_file() 624 final File otherAppPdf = new File(getDownloadDir(), "other" + NONMEDIA_FILE_NAME); in testManageExternalStorageCanRenameOtherAppsContents() local [all …]
|
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/ |
D | ScopedStorageDeviceTest.java | 2391 final File otherAppPdf = new File(getDownloadDir(), "other" + NONMEDIA_FILE_NAME); in testQueryOtherAppsFiles() local 2398 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testQueryOtherAppsFiles() 2404 assertCantQueryFile(otherAppPdf); in testQueryOtherAppsFiles() 2407 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testQueryOtherAppsFiles() 2413 final File otherAppPdf = new File(getDownloadDir(), "other" + NONMEDIA_FILE_NAME); in testSystemGalleryQueryOtherAppsFiles() local 2420 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testSystemGalleryQueryOtherAppsFiles() 2430 assertCantQueryFile(otherAppPdf); in testSystemGalleryQueryOtherAppsFiles() 2433 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testSystemGalleryQueryOtherAppsFiles()
|