Searched refs:otherAppExternalDataDir (Results 1 – 3 of 3) sorted by relevance
276 final File otherAppExternalDataDir = new File(getExternalFilesDir().getPath().replace( in testManageExternalStorageCantReadWriteOtherAppExternalDir() local278 final File otherAppExternalDataFile = new File(otherAppExternalDataDir, in testManageExternalStorageCantReadWriteOtherAppExternalDir()565 final File otherAppExternalDataDir = new File(getExternalFilesDir().getPath().replace( in testAccess_directory() local567 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() local996 final File otherAppExternalDataFile = new File(otherAppExternalDataDir, in testNoIsolatedStorageCantReadWriteOtherAppExternalDir()
1249 final File otherAppExternalDataDir = new File(getExternalFilesDir().getPath().replace( in assertCantInsertToOtherPrivateAppDirectories() local1251 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() local1325 final File file = new File(otherAppExternalDataDir, fileName); in assertCantUpdateToOtherPrivateAppDirectories()1507 final File otherAppExternalDataDir = new File(dir.getPath().replace( in canReadWriteFilesInDirs() local1509 final File file = new File(otherAppExternalDataDir, fileName); in canReadWriteFilesInDirs()
2844 final File otherAppExternalDataDir = new File(dataDir.getPath().replace( in testCantAccessOtherAppsExternalDirs() local2846 final File file = new File(otherAppExternalDataDir, NONMEDIA_FILE_NAME); in testCantAccessOtherAppsExternalDirs()