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

/frameworks/support/v4/froyo/android/support/v4/content/
H A DContextCompatFroyo.java28 public static File getExternalFilesDir(Context context, String type) { method in class:ContextCompatFroyo
29 return context.getExternalFilesDir(type);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java212 public File getExternalFilesDir(String type) { method in class:ContextWrapper
213 return mBase.getExternalFilesDir(type);
H A DContext.java830 public abstract File getExternalFilesDir(@Nullable String type); method in class:Context
886 * {@link #getExternalFilesDir(String)}.
887 * @see #getExternalFilesDir(String)
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java185 public File getExternalFilesDir(String type) { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java456 public File getExternalFilesDir(String type) { method in class:ContextImpl
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1374 public File getExternalFilesDir(String type) { method in class:BridgeContext

Completed in 342 milliseconds