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.java276 final File otherAppExternalDataDir = new File(getExternalFilesDir().getPath().replace( in testManageExternalStorageCantReadWriteOtherAppExternalDir() local
278 final File otherAppExternalDataFile = new File(otherAppExternalDataDir, in testManageExternalStorageCantReadWriteOtherAppExternalDir()
565 final File otherAppExternalDataDir = new File(getExternalFilesDir().getPath().replace( in testAccess_directory() local
567 final File otherAppExternalDataSubDir = new File(otherAppExternalDataDir, "subdir"); in testAccess_directory()
580 otherAppExternalDataDir.getAbsolutePath())).isTrue(); in testAccess_directory()
581 assertCannotReadOrWrite(otherAppExternalDataDir); in testAccess_directory()
994 final File otherAppExternalDataDir = new File(getExternalFilesDir().getPath().replace( in testNoIsolatedStorageCantReadWriteOtherAppExternalDir() local
996 final File otherAppExternalDataFile = new File(otherAppExternalDataDir, in testNoIsolatedStorageCantReadWriteOtherAppExternalDir()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1249 final File otherAppExternalDataDir = new File(getExternalFilesDir().getPath().replace( in assertCantInsertToOtherPrivateAppDirectories() local
1251 final File file = new File(otherAppExternalDataDir, fileName); in assertCantInsertToOtherPrivateAppDirectories()
1255 final String absoluteDirectoryPath = otherAppExternalDataDir.getAbsolutePath(); in assertCantInsertToOtherPrivateAppDirectories()
1323 final File otherAppExternalDataDir = new File(getExternalFilesDir().getPath().replace( in assertCantUpdateToOtherPrivateAppDirectories() local
1325 final File file = new File(otherAppExternalDataDir, fileName); in assertCantUpdateToOtherPrivateAppDirectories()
1507 final File otherAppExternalDataDir = new File(dir.getPath().replace( in canReadWriteFilesInDirs() local
1509 final File file = new File(otherAppExternalDataDir, fileName); in canReadWriteFilesInDirs()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2844 final File otherAppExternalDataDir = new File(dataDir.getPath().replace( in testCantAccessOtherAppsExternalDirs() local
2846 final File file = new File(otherAppExternalDataDir, NONMEDIA_FILE_NAME); in testCantAccessOtherAppsExternalDirs()