Searched refs:buildExternalStorageAppObbDirs (Results 1 – 7 of 7) sorted by relevance
60 File obbDir = Environment.buildExternalStorageAppObbDirs(packageName)[0];109 File outFile = Environment.buildExternalStorageAppObbDirs(packageName)[0];
198 public File[] buildExternalStorageAppObbDirs(String packageName) { in buildExternalStorageAppObbDirs() method in Environment.UserEnvironment579 public static File[] buildExternalStorageAppObbDirs(String packageName) { in buildExternalStorageAppObbDirs() method in Environment581 return sCurrentUser.buildExternalStorageAppObbDirs(packageName); in buildExternalStorageAppObbDirs()
282 eraseFiles(userEnv.buildExternalStorageAppObbDirs(item.packageName)); in onHandleIntent()
1066 mExternalObbDirs = Environment.buildExternalStorageAppObbDirs(getPackageName()); in getObbDirs()
2483 userEnv.buildExternalStorageAppObbDirs(callingPkg), in mkdirs()
3267 final File obbDir = userEnv.buildExternalStorageAppObbDirs(pkg.packageName)[0]; in writeApkToBackup()
8772 userEnv.buildExternalStorageAppObbDirs(mStats.packageName)); in handleStartCopy()