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

/frameworks/support/compat/src/main/java/androidx/core/content/
H A DContextCompat.java376 public static File[] getExternalFilesDirs(@NonNull Context context, @Nullable String type) { method in class:ContextCompat
378 return context.getExternalFilesDirs(type);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java253 public File[] getExternalFilesDirs(String type) { method in class:ContextWrapper
254 return mBase.getExternalFilesDirs(type);
H A DContext.java1066 * @see #getExternalFilesDirs(String)
1134 public abstract File[] getExternalFilesDirs(String type); method in class:Context
1442 * This is like {@link #getExternalFilesDirs} in that these files will be
/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java782 public File[] getExternalFilesDirs(String type) { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java658 final File[] dirs = getExternalFilesDirs(type);
663 public File[] getExternalFilesDirs(String type) { method in class:ContextImpl
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1969 public File[] getExternalFilesDirs(String type) { method in class:BridgeContext

Completed in 51 milliseconds