Searched refs:getExternalFilesDir (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DTestsListActivity.java193 File testListFile = new File(getExternalFilesDir(null), "test_list.txt");
/frameworks/base/core/java/android/content/
H A DContextWrapper.java189 public File getExternalFilesDir(String type) { method in class:ContextWrapper
190 return mBase.getExternalFilesDir(type);
H A DContext.java604 public abstract File getExternalFilesDir(String type); method in class:Context
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java162 public File getExternalFilesDir(String type) { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DDownloadManager.java458 * external files directory (as returned by {@link Context#getExternalFilesDir(String)}.
464 * @param dirType the directory type to pass to {@link Context#getExternalFilesDir(String)}
470 setDestinationFromBase(context.getExternalFilesDir(dirType), subPath);
H A DContextImpl.java696 public File getExternalFilesDir(String type) { method in class:ContextImpl
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1039 public File getExternalFilesDir(String type) { method in class:BridgeContext

Completed in 227 milliseconds