Searched refs:getCacheDir (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DJniUtil.java82 File cacheDir = sContext.getCacheDir();
H A DCacheManager.java250 mBaseDir = new File(context.getCacheDir(), "webviewCacheChromiumStaging");
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java76 File testDir = mContext.getCacheDir();
128 File cacheDir = mContext.getCacheDir();
145 File cacheDir = mContext.getCacheDir();
222 File file = new File(con.getCacheDir(), fileName);
229 File cacheDir = mContext.getCacheDir();
289 File testDir = new File(mContext.getCacheDir(), testDirName);
362 //createTestFiles(new File(super.getContext().getCacheDir(), "testtmp", "dir", 3)
541 File cacheDir = mContext.getCacheDir();
647 File cacheDir = mContext.getCacheDir();
731 File cacheDir = mContext.getCacheDir();
[all...]
/frameworks/base/test-runner/src/android/test/
H A DRenamingDelegatingContext.java221 * In order to support calls to getCacheDir(), we create a temp cache dir (inside the real
222 * one) and return it instead. This code is basically getCacheDir(), except it uses the real
226 public File getCacheDir() { method in class:RenamingDelegatingContext
229 mCacheDir = new File(mFileContext.getCacheDir(), renamedFileName("cache"));
H A DInstrumentationCoreTestRunner.java66 File cacheDir = getTargetContext().getCacheDir();
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java226 String cacheDir = getCacheDir().getCanonicalPath();
286 cacheDir = getCacheDir().getCanonicalPath();
440 basePath = getCacheDir().getCanonicalPath();
/frameworks/base/core/java/android/content/
H A DContextWrapper.java199 public File getCacheDir() { method in class:ContextWrapper
200 return mBase.getCacheDir();
H A DContext.java630 public abstract File getCacheDir(); method in class:Context
638 * <p>This is like {@link #getCacheDir()} in that these
646 * with {@link #getCacheDir()}.
659 * @see #getCacheDir
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java172 public File getCacheDir() { method in class:MockContext
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLoadTestsAutoTest.java275 File cacheDir = targetContext.getCacheDir();
H A DLayoutTestsAutoTest.java471 File cacheDir = targetContext.getCacheDir();
H A DTestShellActivity.java881 settings.setAppCachePath(getApplicationContext().getCacheDir().getPath());
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DLayoutTestsExecutor.java381 webViewSettings.setAppCachePath(getApplicationContext().getCacheDir().getPath());
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java993 public File getCacheDir() { method in class:BridgeContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java739 public File getCacheDir() { method in class:ContextImpl
H A DActivityThread.java3976 final File cacheDir = appContext.getCacheDir();
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java582 new ContextWrapper(mContext).getCacheDir().getAbsolutePath(),

Completed in 1094 milliseconds