Searched refs:buildExternalStorageAppDataDirs (Results 1 – 2 of 2) sorted by relevance
142 public File[] buildExternalStorageAppDataDirs(String packageName) { in buildExternalStorageAppDataDirs() method in Environment.UserEnvironment874 public static File[] buildExternalStorageAppDataDirs(String packageName) { in buildExternalStorageAppDataDirs() method in Environment876 return sCurrentUser.buildExternalStorageAppDataDirs(packageName); in buildExternalStorageAppDataDirs()
2993 if (FileUtils.contains(userEnv.buildExternalStorageAppDataDirs(callingPkg), appFile) || in mkdirs()