Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java205 final File otherAppExternalDataDir = new File(getExternalFilesDir().getPath().replace( in testManageExternalStorageCantReadWriteOtherAppExternalDir() local
207 final File otherAppExternalDataFile = new File(otherAppExternalDataDir, in testManageExternalStorageCantReadWriteOtherAppExternalDir()
299 final File otherAppExternalDataDir = new File(getExternalFilesDir().getPath().replace( in testAccess_directory() local
301 final File otherAppExternalDataSubDir = new File(otherAppExternalDataDir, "subdir"); in testAccess_directory()
313 otherAppExternalDataDir.getAbsolutePath())).isTrue(); in testAccess_directory()
314 assertCannotReadOrWrite(otherAppExternalDataDir); in testAccess_directory()
712 final File otherAppExternalDataDir = new File(getExternalFilesDir().getPath().replace( in testNoIsolatedStorageCantReadWriteOtherAppExternalDir() local
714 final File otherAppExternalDataFile = new File(otherAppExternalDataDir, in testNoIsolatedStorageCantReadWriteOtherAppExternalDir()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1031 final File otherAppExternalDataDir = new File(dir.getPath().replace( in canReadWriteFilesInDirs() local
1033 final File file = new File(otherAppExternalDataDir, fileName); in canReadWriteFilesInDirs()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java2650 final File otherAppExternalDataDir = new File(dataDir.getPath().replace( in testCantAccessOtherAppsExternalDirs() local
2652 final File file = new File(otherAppExternalDataDir, NONMEDIA_FILE_NAME); in testCantAccessOtherAppsExternalDirs()