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

/frameworks/base/test-runner/src/android/test/
H A DRenamingDelegatingContext.java225 * In order to support calls to getCacheDir(), we create a temp cache dir (inside the real
226 * one) and return it instead. This code is basically getCacheDir(), except it uses the real
230 public File getCacheDir() { method in class:RenamingDelegatingContext
233 mCacheDir = new File(mFileContext.getCacheDir(), renamedFileName("cache"));
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java216 public File getCacheDir() { method in class:MockContext
/frameworks/rs/
H A DrsContext.h286 const char * getCacheDir() { function in class:android::renderscript::Context
/frameworks/base/core/java/android/content/
H A DContextWrapper.java252 public File getCacheDir() { method in class:ContextWrapper
253 return mBase.getCacheDir();
H A DContext.java839 * {@link #getCacheDir()}, {@link #getDir(String, int)}, or other storage
1146 public abstract File getCacheDir(); method in class:Context
1173 * This is like {@link #getCacheDir()} in that these files will be deleted
1196 * {@link #getCacheDir()}.
1215 * @see #getCacheDir
1230 * This is like {@link #getCacheDir()} in that these files will be deleted
1253 * {@link #getCacheDir()}.
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1334 public File getCacheDir() { method in class:BridgeContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java599 public File getCacheDir() { method in class:ContextImpl

Completed in 2477 milliseconds