Searched defs:buildExternalStorageAppFilesDirs (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DEnvironment.java130 public File[] buildExternalStorageAppFilesDirs(String packageName) { method in class:Environment.UserEnvironment
684 public static File[] buildExternalStorageAppFilesDirs(String packageName) { method in class:Environment
686 return sCurrentUser.buildExternalStorageAppFilesDirs(packageName);

Completed in 19 milliseconds