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

/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java289 // getExternalFilesDir() location associated with this app. Technically there should
297 File efLocation = getExternalFilesDir(null);
340 File efLocation = getExternalFilesDir(null);
502 File efLocation = getExternalFilesDir(null);
504 basePath = getExternalFilesDir(null).getCanonicalPath();
/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.java203 public File getExternalFilesDir(String type) { method in class:ContextWrapper
204 return mBase.getExternalFilesDir(type);
H A DContext.java656 public abstract File getExternalFilesDir(String type); method in class:Context
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java172 public File getExternalFilesDir(String type) { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DDownloadManager.java466 * {@link Context#getExternalFilesDir(String)}.
474 * {@link Context#getExternalFilesDir(String)}
483 final File file = context.getExternalFilesDir(dirType);
H A DContextImpl.java755 public File getExternalFilesDir(String type) { method in class:ContextImpl
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1059 public File getExternalFilesDir(String type) { method in class:BridgeContext

Completed in 291 milliseconds