Searched refs:getExternalFilesDir (Results 1 - 15 of 15) 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.java81 final File dir = getContext().getExternalFilesDir(null);
146 final File dir = getContext().getExternalFilesDir(null);
171 final File dir = getContext().getExternalFilesDir(null);
186 final File dir = getContext().getExternalFilesDir(null);
210 final File dir = getContext().getExternalFilesDir(null);
263 final File dir = getContext().getExternalFilesDir(null);
H A DAdaptiveIconDrawableTest.java46 mDir = getContext().getExternalFilesDir(null);
76 mDir = getContext().getExternalFilesDir(null);
/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.java656 public File getExternalFilesDir(String type) { method in class:ContextImpl
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java467 // getExternalFilesDir() location associated with this app. Technically there should
475 File efLocation = getExternalFilesDir(null);
616 File efLocation = getExternalFilesDir(null);
H A DFullBackup.java379 EXTERNAL_DIR = context.getExternalFilesDir(null);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java248 public File getExternalFilesDir(String type) { method in class:ContextWrapper
249 return mBase.getExternalFilesDir(type);
H A DContext.java1072 public abstract File getExternalFilesDir(@Nullable String type); method in class:Context
1128 * {@link #getExternalFilesDir(String)}.
1129 * @see #getExternalFilesDir(String)
/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java220 public File getExternalFilesDir(String type) { method in class:MockContext
/frameworks/support/compat/src/main/java/androidx/core/content/
H A DContextCompat.java369 * {@link Context#getExternalFilesDir(String)}. Returned paths may be
372 * @see Context#getExternalFilesDir(String)
380 return new File[] { context.getExternalFilesDir(type) };
/frameworks/base/core/java/android/os/
H A DDebug.java1026 * as returned by {@link Context#getExternalFilesDir(String)}.
1050 * returned by {@link Context#getExternalFilesDir(String)}.
1080 * returned by {@link Context#getExternalFilesDir(String)}.
1112 * returned by {@link Context#getExternalFilesDir(String)}.
1146 * returned by {@link Context#getExternalFilesDir(String)}.
1172 dir = context.getExternalFilesDir(null);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1504 public File getExternalFilesDir(String type) { method in class:BridgeContext
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 319 milliseconds