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

/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
H A DHelloComputeNDK.java51 nativeMono(this.getCacheDir().toString(),
/frameworks/volley/src/com/android/volley/toolbox/
H A DVolley.java43 File cacheDir = new File(context.getCacheDir(), DEFAULT_CACHE_DIR);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptC.java105 String cachePath = rs.getApplicationContext().getCacheDir().toString();
/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/tests/coretests/src/android/net/
H A DNetworkScorerAppManagerTest.java50 getInstrumentation().getTargetContext().getCacheDir().getPath());
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DImageReaderTest.java53 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkManagementServiceTest.java54 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java260 * <li>The contents of the {@link #getCacheDir()} directory</li>
287 String cacheDir = getCacheDir().getCanonicalPath();
369 cacheDir = getCacheDir().getCanonicalPath();
536 basePath = getCacheDir().getCanonicalPath();
/frameworks/base/core/java/android/content/
H A DContextWrapper.java230 public File getCacheDir() { method in class:ContextWrapper
231 return mBase.getCacheDir();
H A DContext.java869 public abstract File getCacheDir(); method in class:Context
894 * <p>This is like {@link #getCacheDir()} in that these
906 * with {@link #getCacheDir()}.
931 * @see #getCacheDir
942 * This is like {@link #getCacheDir()} in that these files will be deleted when
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraDeviceBinderTest.java190 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java193 public File getCacheDir() { method in class:MockContext
/frameworks/support/tests/java/android/support/v4/content/
H A DFileProviderTest.java309 buildPath(mContext.getCacheDir(), "up", "down"));
/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java153 * of this subdirectory is the same as the value returned by {@link Context#getCacheDir()
154 * getCacheDir()}.
581 target = buildPath(context.getCacheDir(), path);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1045 public File getCacheDir() { method in class:BridgeContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java1069 public File getCacheDir() { method in class:ContextImpl
H A DActivityThread.java4331 final File cacheDir = appContext.getCacheDir();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java2400 mContext.getCacheDir());

Completed in 926 milliseconds