Home
last modified time | relevance | path

Searched refs:getExternalFilesDir (Results 1 – 22 of 22) sorted by relevance

/frameworks/support/v4/froyo/android/support/v4/content/
DContextCompatFroyo.java28 public static File getExternalFilesDir(Context context, String type) { in getExternalFilesDir() method in ContextCompatFroyo
29 return context.getExternalFilesDir(type); in getExternalFilesDir()
/frameworks/base/docs/html/training/basics/data-storage/
Dfiles.jd76 only if you save them in the directory from {@link android.content.Context#getExternalFilesDir
77 getExternalFilesDir()}.</li>
282 android.content.Context#getExternalFilesDir getExternalFilesDir()} and passing it a name indicating
292 File file = new File(context.getExternalFilesDir(
302 android.content.Context#getExternalFilesDir getExternalFilesDir()} and pass {@code null}. This
305 <p>Remember that {@link android.content.Context#getExternalFilesDir getExternalFilesDir()}
316 {@link android.content.Context#getExternalFilesDir
317 getExternalFilesDir()} for files that are private to your app, it's important that you use
374 android.content.Context#getExternalFilesDir getExternalFilesDir()}.</li>
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java327 File efLocation = getExternalFilesDir(null); in onFullBackup()
376 File efLocation = getExternalFilesDir(null); in fullBackupFile()
540 File efLocation = getExternalFilesDir(null); in onRestoreFile()
542 basePath = getExternalFilesDir(null).getCanonicalPath(); in onRestoreFile()
/frameworks/base/docs/html/training/camera/
Dphotobasics.jd161 directory provided by {@link android.content.Context#getExternalFilesDir getExternalFilesDir()}.
178 {@link android.content.Context#getExternalFilesDir getExternalFilesDir()} are deleted
244 {@link android.content.Context#getExternalFilesDir getExternalFilesDir()}, the media
/frameworks/base/docs/html/guide/topics/manifest/
Duses-permission-element.jd74 provided by {@link android.content.Context#getExternalFilesDir getExternalFilesDir()}). However,
/frameworks/support/v4/java/android/support/v4/content/
DContextCompat.java224 single = ContextCompatFroyo.getExternalFilesDir(context, type); in getExternalFilesDirs()
/frameworks/base/docs/html/guide/topics/data/
Ddata-storage.jd352 android.content.Context#getExternalFilesDir(String) getExternalFilesDir()}.
384 android.content.Context#getExternalFilesDir(String) getExternalFilesDir()} method provides
398 android.content.Context#getExternalFilesDir(String) getExternalFilesDir()} and {@link
/frameworks/base/core/java/android/content/
DContextWrapper.java210 public File getExternalFilesDir(String type) { in getExternalFilesDir() method in ContextWrapper
211 return mBase.getExternalFilesDir(type); in getExternalFilesDir()
DContext.java751 public abstract File getExternalFilesDir(@Nullable String type); in getExternalFilesDir() method in Context
/frameworks/base/core/java/android/app/
DNativeActivity.java178 getAbsolutePath(getExternalFilesDir(null)), in onCreate()
DDownloadManager.java494 final File file = context.getExternalFilesDir(dirType); in setDestinationInExternalFilesDir()
DContextImpl.java1027 public File getExternalFilesDir(String type) { in getExternalFilesDir() method in ContextImpl
/frameworks/base/test-runner/src/android/test/mock/
DMockContext.java183 public File getExternalFilesDir(String type) { in getExternalFilesDir() method in MockContext
/frameworks/base/docs/html/about/versions/
Dandroid-4.4.jd144 … directories, provided by {@link android.content.Context#getExternalFilesDir getExternalFilesDir()…
429 … the same as the existing {@link android.content.Context#getExternalFilesDir getExternalFilesDir()…
433 … existing methods such as {@link android.content.Context#getExternalFilesDir getExternalFilesDir()…
545 …age using methods such as {@link android.content.Context#getExternalFilesDir getExternalFilesDir()…
Dandroid-4.2.jd343 <li>For access to external storage, use {@link android.content.Context#getExternalFilesDir
344 getExternalFilesDir()} or {@link android.os.Environment#getExternalStoragePublicDirectory
Dandroid-5.0.jd751 {@link android.content.Context#getExternalFilesDir(java.lang.String) getExternalFilesDir()},
/frameworks/base/docs/html/sdk/api_diff/8/
DmissingSinces.txt116 NO DOC BLOCK: android.content.Context Method getExternalFilesDir(java.lang.String)
117 NO DOC BLOCK: android.content.ContextWrapper Method getExternalFilesDir(java.lang.String)
118 NO DOC BLOCK: android.test.mock.MockContext Method getExternalFilesDir(java.lang.String)
/frameworks/base/docs/html/google/play/
Dexpansion-files.jd178 specified by {@link android.content.Context#getExternalFilesDir getExternalFilesDir()}. However,
317 android.content.Context#getExternalFilesDir getExternalFilesDir()}.</li>
1200 android.content.Context#getExternalFilesDir getExternalFilesDir()}.</li>
/frameworks/base/docs/html/training/beam-files/
Dsend-files.jd284 File extDir = getExternalFilesDir(null);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1101 public File getExternalFilesDir(String type) { in getExternalFilesDir() method in BridgeContext
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd1022 <li><strong>{@link android.content.Context#getExternalFilesDir(java.lang.String)
1023 Context.getExternalFilesDir}({@link android.os.Environment#DIRECTORY_PICTURES
/frameworks/base/api/
Dcurrent.txt7122 method public abstract java.io.File getExternalFilesDir(java.lang.String);
7294 method public java.io.File getExternalFilesDir(java.lang.String);
29039 method public java.io.File getExternalFilesDir(java.lang.String);