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

/frameworks/support/v4/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/v4/java/android/support/v4/content/
H A DContextCompat.java213 public static File[] getExternalFilesDirs(Context context, String type) { method in class:ContextCompat
216 return ContextCompatKitKat.getExternalFilesDirs(context, type);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java214 public File[] getExternalFilesDirs(String type) { method in class:ContextWrapper
215 return mBase.getExternalFilesDirs(type);
H A DContext.java712 public abstract File[] getExternalFilesDirs(String type); method in class:Context
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java588 public File[] getExternalFilesDirs(String type) { method in class:MockContext
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1421 public File[] getExternalFilesDirs(String type) { method in class:BridgeContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java839 return getExternalFilesDirs(type)[0];
843 public File[] getExternalFilesDirs(String type) { method in class:ContextImpl

Completed in 1225 milliseconds