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

/frameworks/support/compat/kitkat/android/support/v4/content/
H A DContextCompatKitKat.java28 public static File[] getExternalFilesDirs(Context context, String type) { method in class:ContextCompatKitKat
29 return context.getExternalFilesDirs(type);
/frameworks/support/compat/java/android/support/v4/content/
H A DContextCompat.java284 public static File[] getExternalFilesDirs(Context context, String type) { method in class:ContextCompat
287 return ContextCompatKitKat.getExternalFilesDirs(context, type);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java712 public File[] getExternalFilesDirs(String type) { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java550 return getExternalFilesDirs(type)[0];
554 public File[] getExternalFilesDirs(String type) { method in class:ContextImpl
/frameworks/base/core/java/android/content/
H A DContextWrapper.java237 public File[] getExternalFilesDirs(String type) { method in class:ContextWrapper
238 return mBase.getExternalFilesDirs(type);
H A DContext.java971 * @see #getExternalFilesDirs(String)
1039 public abstract File[] getExternalFilesDirs(String type); method in class:Context
1291 * This is like {@link #getExternalFilesDirs} in that these files will be
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1813 public File[] getExternalFilesDirs(String type) { method in class:BridgeContext

Completed in 285 milliseconds