Searched refs:otherAppExternalDataDir (Results 1 – 3 of 3) sorted by relevance
205 final File otherAppExternalDataDir = new File(getExternalFilesDir().getPath().replace( in testManageExternalStorageCantReadWriteOtherAppExternalDir() local207 final File otherAppExternalDataFile = new File(otherAppExternalDataDir, in testManageExternalStorageCantReadWriteOtherAppExternalDir()299 final File otherAppExternalDataDir = new File(getExternalFilesDir().getPath().replace( in testAccess_directory() local301 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() local714 final File otherAppExternalDataFile = new File(otherAppExternalDataDir, in testNoIsolatedStorageCantReadWriteOtherAppExternalDir()
1031 final File otherAppExternalDataDir = new File(dir.getPath().replace( in canReadWriteFilesInDirs() local1033 final File file = new File(otherAppExternalDataDir, fileName); in canReadWriteFilesInDirs()
2650 final File otherAppExternalDataDir = new File(dataDir.getPath().replace( in testCantAccessOtherAppsExternalDirs() local2652 final File file = new File(otherAppExternalDataDir, NONMEDIA_FILE_NAME); in testCantAccessOtherAppsExternalDirs()