Searched refs:getExternalFilesDirs (Results 1 - 9 of 9) 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);
H A DFileProvider.java630 File[] externalFilesDirs = ContextCompat.getExternalFilesDirs(context, null);
/frameworks/support/compat/src/androidTest/java/androidx/core/content/
H A DFileProviderTest.java349 File[] externalFilesDirs = ContextCompat.getExternalFilesDirs(mContext, null);
/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
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 169 milliseconds