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

  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 161 public File getExternalFilesDir(String type) {
  /frameworks/base/core/java/android/content/
Context.java 484 public abstract File getExternalFilesDir(String type);
    [all...]
ContextWrapper.java 182 public File getExternalFilesDir(String type) {
183 return mBase.getExternalFilesDir(type);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeContext.java     [all...]
  /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...]

Completed in 417 milliseconds