Searched refs:otherHiddenFile (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/ |
D | ScopedStorageTest.java | 443 final File otherHiddenFile = new File(getPicturesDir(), ".otherHiddenFile.jpg"); in testManageExternalStorageQueryOtherAppsFile() local 447 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testManageExternalStorageQueryOtherAppsFile() 452 assertCanQueryAndOpenFile(otherHiddenFile, "rw"); in testManageExternalStorageQueryOtherAppsFile() 454 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testManageExternalStorageQueryOtherAppsFile() 769 final File otherHiddenFile = new File(getPicturesDir(), ".otherHiddenFile.jpg"); in testNoIsolatedStorageQueryOtherAppsFile() local 773 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testNoIsolatedStorageQueryOtherAppsFile() 778 assertCanQueryAndOpenFile(otherHiddenFile, "rw"); in testNoIsolatedStorageQueryOtherAppsFile() 780 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testNoIsolatedStorageQueryOtherAppsFile()
|
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/ |
D | ScopedStorageDeviceTest.java | 2205 final File otherHiddenFile = new File(getPicturesDir(), ".otherHiddenFile.jpg"); in testQueryOtherAppsFiles() local 2209 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testQueryOtherAppsFiles() 2216 assertCantQueryFile(otherHiddenFile); in testQueryOtherAppsFiles() 2218 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testQueryOtherAppsFiles() 2227 final File otherHiddenFile = new File(getPicturesDir(), ".otherHiddenFile.jpg"); in testSystemGalleryQueryOtherAppsFiles() local 2231 APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testSystemGalleryQueryOtherAppsFiles() 2238 assertCantQueryFile(otherHiddenFile); in testSystemGalleryQueryOtherAppsFiles() 2244 deleteFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf, otherHiddenFile); in testSystemGalleryQueryOtherAppsFiles()
|