Searched refs:getExternalFilesDir (Results 1 - 10 of 10) 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/app/backup/
H A DBackupAgent.java289 // getExternalFilesDir() location associated with this app. Technically there should
297 File efLocation = getExternalFilesDir(null);
340 File efLocation = getExternalFilesDir(null);
502 File efLocation = getExternalFilesDir(null);
504 basePath = getExternalFilesDir(null).getCanonicalPath();
/frameworks/support/v4/java/android/support/v4/content/
H A DContextCompat.java207 * {@link Context#getExternalFilesDir(String)}. Returned paths may be
210 * @see Context#getExternalFilesDir(String)
220 single = ContextCompatFroyo.getExternalFilesDir(context, type);
/frameworks/base/core/java/android/app/
H A DNativeActivity.java179 getAbsolutePath(getExternalFilesDir(null)),
H A DDownloadManager.java477 * {@link Context#getExternalFilesDir(String)}.
485 * {@link Context#getExternalFilesDir(String)}
494 final File file = context.getExternalFilesDir(dirType);
H A DContextImpl.java837 public File getExternalFilesDir(String type) { method in class:ContextImpl
/frameworks/base/core/java/android/content/
H A DContextWrapper.java209 public File getExternalFilesDir(String type) { method in class:ContextWrapper
210 return mBase.getExternalFilesDir(type);
H A DContext.java677 public abstract File getExternalFilesDir(String type); method in class:Context
706 * The first path returned is the same as {@link #getExternalFilesDir(String)}.
709 * @see #getExternalFilesDir(String)
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java178 public File getExternalFilesDir(String type) { method in class:MockContext
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1063 public File getExternalFilesDir(String type) { method in class:BridgeContext

Completed in 72 milliseconds