HomeSort by relevance Sort by last modified time
    Searched refs:getExternalFilesDir (Results 1 - 7 of 7) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java 86 "Picture getExternalFilesDir",
87 getExternalFilesDir(Environment.DIRECTORY_PICTURES),
102 "File getExternalFilesDir",
103 getExternalFilesDir(null),
253 File path = getExternalFilesDir(Environment.DIRECTORY_PICTURES);
291 File path = getExternalFilesDir(Environment.DIRECTORY_PICTURES);
303 File path = getExternalFilesDir(Environment.DIRECTORY_PICTURES);
316 File file = new File(getExternalFilesDir(null), "DemoFile.jpg");
341 File file = new File(getExternalFilesDir(null), "DemoFile.jpg");
350 File file = new File(getExternalFilesDir(null), "DemoFile.jpg")
    [all...]
  /frameworks/base/core/java/android/content/
ContextWrapper.java 182 public File getExternalFilesDir(String type) {
183 return mBase.getExternalFilesDir(type);
Context.java 484 public abstract File getExternalFilesDir(String type);
    [all...]
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 161 public File getExternalFilesDir(String type) {
  /frameworks/base/core/java/android/app/
DownloadManager.java 371 * external files directory (as returned by {@link Context#getExternalFilesDir(String)}.
374 * @param dirType the directory type to pass to {@link Context#getExternalFilesDir(String)}
380 setDestinationFromBase(context.getExternalFilesDir(dirType), subPath);
    [all...]
ContextImpl.java 454 public File getExternalFilesDir(String type) {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeContext.java     [all...]

Completed in 95 milliseconds