Searched refs:getExternalFilesDir (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DBitmapUtils.java39 File externalFilesDir = context.getExternalFilesDir(null);
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DIconTest.java79 final File dir = getContext().getExternalFilesDir(null);
131 final File dir = getContext().getExternalFilesDir(null);
156 final File dir = getContext().getExternalFilesDir(null);
171 final File dir = getContext().getExternalFilesDir(null);
195 final File dir = getContext().getExternalFilesDir(null);
248 final File dir = getContext().getExternalFilesDir(null);
H A DAdaptiveIconDrawableTest.java46 mDir = getContext().getExternalFilesDir(null);
76 mDir = getContext().getExternalFilesDir(null);
/frameworks/support/compat/java/android/support/v4/content/
H A DContextCompat.java260 * {@link Context#getExternalFilesDir(String)}. Returned paths may be
263 * @see Context#getExternalFilesDir(String)
270 return new File[] { context.getExternalFilesDir(type) };
/frameworks/base/core/java/android/app/
H A DNativeActivity.java169 getAbsolutePath(getExternalFilesDir(null)),
H A DDownloadManager.java478 * {@link Context#getExternalFilesDir(String)}.
486 * {@link Context#getExternalFilesDir(String)}
495 final File file = context.getExternalFilesDir(dirType);
H A DContextImpl.java623 public File getExternalFilesDir(String type) { method in class:ContextImpl
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java425 // getExternalFilesDir() location associated with this app. Technically there should
433 File efLocation = getExternalFilesDir(null);
566 File efLocation = getExternalFilesDir(null);
H A DFullBackup.java341 EXTERNAL_DIR = context.getExternalFilesDir(null);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java241 public File getExternalFilesDir(String type) { method in class:ContextWrapper
242 return mBase.getExternalFilesDir(type);
H A DContext.java1050 public abstract File getExternalFilesDir(@Nullable String type); method in class:Context
1106 * {@link #getExternalFilesDir(String)}.
1107 * @see #getExternalFilesDir(String)
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java215 public File getExternalFilesDir(String type) { method in class:MockContext
/frameworks/base/core/java/android/os/
H A DDebug.java1002 * as returned by {@link Context#getExternalFilesDir(String)}.
1026 * returned by {@link Context#getExternalFilesDir(String)}.
1056 * returned by {@link Context#getExternalFilesDir(String)}.
1088 * returned by {@link Context#getExternalFilesDir(String)}.
1122 * returned by {@link Context#getExternalFilesDir(String)}.
1148 dir = context.getExternalFilesDir(null);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1497 public File getExternalFilesDir(String type) { method in class:BridgeContext

Completed in 243 milliseconds