/frameworks/support/v4/froyo/android/support/v4/content/ |
D | ContextCompatFroyo.java | 28 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/ |
D | files.jd | 76 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/ |
D | BackupAgent.java | 327 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/ |
D | photobasics.jd | 161 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/ |
D | uses-permission-element.jd | 74 provided by {@link android.content.Context#getExternalFilesDir getExternalFilesDir()}). However,
|
/frameworks/support/v4/java/android/support/v4/content/ |
D | ContextCompat.java | 224 single = ContextCompatFroyo.getExternalFilesDir(context, type); in getExternalFilesDirs()
|
/frameworks/base/docs/html/guide/topics/data/ |
D | data-storage.jd | 352 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/ |
D | ContextWrapper.java | 210 public File getExternalFilesDir(String type) { in getExternalFilesDir() method in ContextWrapper 211 return mBase.getExternalFilesDir(type); in getExternalFilesDir()
|
D | Context.java | 751 public abstract File getExternalFilesDir(@Nullable String type); in getExternalFilesDir() method in Context
|
/frameworks/base/core/java/android/app/ |
D | NativeActivity.java | 178 getAbsolutePath(getExternalFilesDir(null)), in onCreate()
|
D | DownloadManager.java | 494 final File file = context.getExternalFilesDir(dirType); in setDestinationInExternalFilesDir()
|
D | ContextImpl.java | 1027 public File getExternalFilesDir(String type) { in getExternalFilesDir() method in ContextImpl
|
/frameworks/base/test-runner/src/android/test/mock/ |
D | MockContext.java | 183 public File getExternalFilesDir(String type) { in getExternalFilesDir() method in MockContext
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.4.jd | 144 … 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()…
|
D | android-4.2.jd | 343 <li>For access to external storage, use {@link android.content.Context#getExternalFilesDir 344 getExternalFilesDir()} or {@link android.os.Environment#getExternalStoragePublicDirectory
|
D | android-5.0.jd | 751 {@link android.content.Context#getExternalFilesDir(java.lang.String) getExternalFilesDir()},
|
/frameworks/base/docs/html/sdk/api_diff/8/ |
D | missingSinces.txt | 116 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/ |
D | expansion-files.jd | 178 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/ |
D | send-files.jd | 284 File extDir = getExternalFilesDir(null);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 1101 public File getExternalFilesDir(String type) { in getExternalFilesDir() method in BridgeContext
|
/frameworks/base/docs/html/guide/topics/media/ |
D | camera.jd | 1022 <li><strong>{@link android.content.Context#getExternalFilesDir(java.lang.String) 1023 Context.getExternalFilesDir}({@link android.os.Environment#DIRECTORY_PICTURES
|
/frameworks/base/api/ |
D | current.txt | 7122 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);
|