Searched refs:otherHiddenFile (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/ |
D | ScopedStorageTest.java | 710 final File otherHiddenFile = new File(getPicturesDir(), ".otherHiddenFile.jpg"); in testManageExternalStorageQueryOtherAppsFile() local 714 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testManageExternalStorageQueryOtherAppsFile() 719 assertCanQueryAndOpenFile(otherHiddenFile, "rw"); in testManageExternalStorageQueryOtherAppsFile() 721 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testManageExternalStorageQueryOtherAppsFile() 1052 final File otherHiddenFile = new File(getPicturesDir(), ".otherHiddenFile.jpg"); in testNoIsolatedStorageQueryOtherAppsFile() local 1056 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testNoIsolatedStorageQueryOtherAppsFile() 1061 assertCanQueryAndOpenFile(otherHiddenFile, "rw"); in testNoIsolatedStorageQueryOtherAppsFile() 1063 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testNoIsolatedStorageQueryOtherAppsFile()
|
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/ |
D | ScopedStorageDeviceTest.java | 2394 final File otherHiddenFile = new File(getPicturesDir(), ".otherHiddenFile.jpg"); in testQueryOtherAppsFiles() local 2398 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testQueryOtherAppsFiles() 2405 assertCantQueryFile(otherHiddenFile); in testQueryOtherAppsFiles() 2407 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testQueryOtherAppsFiles() 2416 final File otherHiddenFile = new File(getPicturesDir(), ".otherHiddenFile.jpg"); in testSystemGalleryQueryOtherAppsFiles() local 2420 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testSystemGalleryQueryOtherAppsFiles() 2427 assertCantQueryFile(otherHiddenFile); in testSystemGalleryQueryOtherAppsFiles() 2433 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testSystemGalleryQueryOtherAppsFiles()
|