Home
last modified time | relevance | path

Searched refs:getExternalFilesDirs (Results 1 – 11 of 11) sorted by relevance

/frameworks/support/v4/kitkat/android/support/v4/content/
DContextCompatKitKat.java28 public static File[] getExternalFilesDirs(Context context, String type) { in getExternalFilesDirs() method in ContextCompatKitKat
29 return context.getExternalFilesDirs(type); in getExternalFilesDirs()
/frameworks/support/v4/java/android/support/v4/content/
DContextCompat.java217 public static File[] getExternalFilesDirs(Context context, String type) { in getExternalFilesDirs() method in ContextCompat
220 return ContextCompatKitKat.getExternalFilesDirs(context, type); in getExternalFilesDirs()
/frameworks/base/docs/html/guide/topics/data/
Ddata-storage.jd387 {@link android.content.Context#getExternalFilesDirs getExternalFilesDirs()},
393 static method, {@link android.support.v4.content.ContextCompat#getExternalFilesDirs
394 ContextCompat.getExternalFilesDirs()}. This also returns a {@link
399 android.content.Context#getExternalFilesDirs getExternalFilesDirs()} are not accessible by the
416 <p>Similar to {@link android.support.v4.content.ContextCompat#getExternalFilesDirs
417 ContextCompat.getExternalFilesDirs()}, mentioned above, you can also access a cache directory on
/frameworks/base/core/java/android/content/
DContextWrapper.java215 public File[] getExternalFilesDirs(String type) { in getExternalFilesDirs() method in ContextWrapper
216 return mBase.getExternalFilesDirs(type); in getExternalFilesDirs()
DContext.java786 public abstract File[] getExternalFilesDirs(String type); in getExternalFilesDirs() method in Context
/frameworks/base/test-runner/src/android/test/mock/
DMockContext.java615 public File[] getExternalFilesDirs(String type) { in getExternalFilesDirs() method in MockContext
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1467 public File[] getExternalFilesDirs(String type) { in getExternalFilesDirs() method in BridgeContext
/frameworks/base/core/java/android/app/
DContextImpl.java1029 return getExternalFilesDirs(type)[0]; in getExternalFilesDir()
1033 public File[] getExternalFilesDirs(String type) { in getExternalFilesDirs() method in ContextImpl
/frameworks/base/docs/html/tools/support-library/
Dindex.jd253 … {@link android.support.v4.content.ContextCompat#getExternalFilesDirs getExternalFilesDirs()},
/frameworks/base/docs/html/about/versions/
Dandroid-4.4.jd429 … SD card. The new method {@link android.content.Context#getExternalFilesDirs getExternalFilesDirs(…
/frameworks/base/api/
Dcurrent.txt7123 method public abstract java.io.File[] getExternalFilesDirs(java.lang.String);
7295 method public java.io.File[] getExternalFilesDirs(java.lang.String);
29040 method public java.io.File[] getExternalFilesDirs(java.lang.String);