Searched defs: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 524 final File otherAppPdf = new File(downloadDir, "other-" + NONMEDIA_FILE_NAME); in testAccess_file() local 624 final File otherAppPdf = new File(getDownloadDir(), "other" + NONMEDIA_FILE_NAME); in testManageExternalStorageCanRenameOtherAppsContents() local 677 final File otherAppPdf = new File(getDownloadDir(), "other" + NONMEDIA_FILE_NAME); in testManageExternalStorageReaddir() local 688 assertDirectoryContains(otherAppPdf.getParentFile(), otherAppPdf); in testManageExternalStorageReaddir() local 707 final File otherAppPdf = new File(getDownloadDir(), "other" + NONMEDIA_FILE_NAME); in testManageExternalStorageQueryOtherAppsFile() local 1020 final File otherAppPdf = new File(getDownloadDir(), "other" + NONMEDIA_FILE_NAME); in testNoIsolatedStorageStorageReaddir() local 1030 assertDirectoryContains(otherAppPdf.getParentFile(), otherAppPdf); in testNoIsolatedStorageStorageReaddir() local 1049 final File otherAppPdf = new File(getDownloadDir(), "other" + NONMEDIA_FILE_NAME); in testNoIsolatedStorageQueryOtherAppsFile() local
|
/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 2413 final File otherAppPdf = new File(getDownloadDir(), "other" + NONMEDIA_FILE_NAME); in testSystemGalleryQueryOtherAppsFiles() local
|