/packages/apps/Gallery2/tests_camera/src/com/android/camera/activity/ |
CameraTestCase.java | 117 return getInstrumentation().getTargetContext().getCacheDir();
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
BinaryDictIOTests.java | 280 file = File.createTempFile("runReadAndWrite", ".dict", getContext().getCacheDir()); 421 file = File.createTempFile("runReadUnigrams", ".dict", getContext().getCacheDir()); 520 getContext().getCacheDir()); 571 file = File.createTempFile("testDeleteWord", ".dict", getContext().getCacheDir());
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
AbstractDownloadProviderFunctionalTest.java | 157 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
|
DownloadProviderFunctionalTest.java | 78 assertStartsWith(getContext().getCacheDir().getAbsolutePath(),
|
/frameworks/base/core/java/android/content/ |
ContextWrapper.java | 213 public File getCacheDir() { 214 return mBase.getCacheDir();
|
Context.java | 687 public abstract File getCacheDir(); 695 * <p>This is like {@link #getCacheDir()} in that these 707 * with {@link #getCacheDir()}. 727 * @see #getCacheDir [all...] |
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
LoadTestsAutoTest.java | 275 File cacheDir = targetContext.getCacheDir();
|
LayoutTestsAutoTest.java | 471 File cacheDir = targetContext.getCacheDir();
|
TestShellActivity.java | 866 settings.setAppCachePath(getApplicationContext().getCacheDir().getPath()); [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
UserHistoryDictIOUtilsTests.java | 192 file = File.createTempFile("testReadAndWrite", ".dict", getContext().getCacheDir());
|
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/ |
ImageCache.java | 515 context.getCacheDir().getPath();
|
/frameworks/base/test-runner/src/android/test/mock/ |
MockContext.java | 182 public File getCacheDir() {
|
/frameworks/support/tests/java/android/support/v4/content/ |
FileProviderTest.java | 309 buildPath(mContext.getCacheDir(), "up", "down"));
|
/frameworks/support/v4/java/android/support/v4/content/ |
FileProvider.java | 264 target = buildPath(context.getCacheDir(), path);
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/ |
EasOutboxService.java | 482 File cacheDir = mContext.getCacheDir();
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
StorageManager.java | 70 * {@link Context#getCacheDir()}. 296 return context.getCacheDir();
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
LayoutTestsExecutor.java | 371 webViewSettings.setAppCachePath(getApplicationContext().getCacheDir().getPath());
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
WidgetPreviewLoader.java | 267 super(context, new File(context.getCacheDir(), DB_NAME).getPath(), null, DB_VERSION);
|
/cts/tests/tests/content/src/android/content/cts/ |
ContentResolverTest.java | 477 getContext().getCacheDir().getAbsolutePath() + 637 getContext().getCacheDir().getAbsolutePath() + [all...] |
ContextWrapperTest.java | 481 assertNotNull(mContextWrapper.getCacheDir()); [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeContext.java | [all...] |
/packages/apps/Email/src/com/android/email/service/ |
AttachmentDownloadService.java | 357 File cacheDir = mContext.getCacheDir(); [all...] |
/prebuilts/devtools/tools/lib/ |
lint-api.jar | |
/frameworks/base/core/java/android/app/ |
ContextImpl.java | 798 public File getCacheDir() { [all...] |
/frameworks/base/services/java/com/android/server/ |
ConnectivityService.java | 694 new ContextWrapper(context).getCacheDir().getAbsolutePath(), [all...] |