Searched defs:getCacheDir (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/test-runner/src/android/test/
H A DRenamingDelegatingContext.java230 * In order to support calls to getCacheDir(), we create a temp cache dir (inside the real
231 * one) and return it instead. This code is basically getCacheDir(), except it uses the real
235 public File getCacheDir() { method in class:RenamingDelegatingContext
238 mCacheDir = new File(mFileContext.getCacheDir(), renamedFileName("cache"));
/frameworks/rs/
H A DrsContext.h276 const char * getCacheDir() { function in class:android::renderscript::Context
/frameworks/base/core/java/android/content/
H A DContextWrapper.java268 public File getCacheDir() { method in class:ContextWrapper
269 return mBase.getCacheDir();
H A DContext.java934 * {@link #getCacheDir()}, {@link #getDir(String, int)}, or other storage
1288 public abstract File getCacheDir(); method in class:Context
1317 * This is like {@link #getCacheDir()} in that these files will be deleted
1340 * {@link #getCacheDir()}.
1359 * @see #getCacheDir
1384 * This is like {@link #getCacheDir()} in that these files will be deleted
1407 * {@link #getCacheDir()}.
/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java230 public File getCacheDir() { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java689 public File getCacheDir() { method in class:ContextImpl
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1430 public File getCacheDir() { method in class:BridgeContext

Completed in 234 milliseconds