Searched refs:buildExternalStorageAppCacheDirs (Results 1 – 2 of 2) sorted by relevance
134 public File[] buildExternalStorageAppCacheDirs(String packageName) { in buildExternalStorageAppCacheDirs() method in Environment.UserEnvironment693 public static File[] buildExternalStorageAppCacheDirs(String packageName) { in buildExternalStorageAppCacheDirs() method in Environment695 return sCurrentUser.buildExternalStorageAppCacheDirs(packageName); in buildExternalStorageAppCacheDirs()
669 File[] dirs = Environment.buildExternalStorageAppCacheDirs(getPackageName()); in getExternalCacheDirs()