Searched refs:buildExternalStorageAppObbDirs (Results 1 – 5 of 5) sorted by relevance
60 File obbDir = Environment.buildExternalStorageAppObbDirs(packageName)[0];109 File outFile = Environment.buildExternalStorageAppObbDirs(packageName)[0];
201 public File[] buildExternalStorageAppObbDirs(String packageName) { in buildExternalStorageAppObbDirs() method in Environment.UserEnvironment1011 public static File[] buildExternalStorageAppObbDirs(String packageName) { in buildExternalStorageAppObbDirs() method in Environment1013 return sCurrentUser.buildExternalStorageAppObbDirs(packageName); in buildExternalStorageAppObbDirs()
262 File obbDir = userEnv.buildExternalStorageAppObbDirs(packageInfo.packageName)[0]; in backupObb()
777 File[] dirs = Environment.buildExternalStorageAppObbDirs(getPackageName()); in getObbDirs()
4700 File[] packageObbDirs = userEnv.buildExternalStorageAppObbDirs(packageName); in prepareAppDataAfterInstall()