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

/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"));
/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/core/java/android/app/
H A DContextImpl.java739 public File getCacheDir() { method in class:ContextImpl
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java993 public File getCacheDir() { method in class:BridgeContext

Completed in 150 milliseconds