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/test-runner/src/android/test/mock/
H A DMockContext.java206 public File getExternalFilesDir(String type) { method in class:MockContext
/frameworks/base/core/java/android/content/
H A DContextWrapper.java232 public File getExternalFilesDir(String type) { method in class:ContextWrapper
233 return mBase.getExternalFilesDir(type);
H A DContext.java977 public abstract File getExternalFilesDir(@Nullable String type); method in class:Context
1033 * {@link #getExternalFilesDir(String)}.
1034 * @see #getExternalFilesDir(String)
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1402 public File getExternalFilesDir(String type) { method in class:BridgeContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java557 public File getExternalFilesDir(String type) { method in class:ContextImpl

Completed in 92 milliseconds