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

12

/frameworks/base/packages/SettingsLib/tests/src/com/android/settingslib/
H A DBaseTest.java26 System.setProperty("dexmaker.dexcache", mContext.getCacheDir().getPath());
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DSysuiTestCase.java28 System.setProperty("dexmaker.dexcache", mContext.getCacheDir().getPath());
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptC.java118 String cachePath = rs.getApplicationContext().getCacheDir().toString();
127 String cachePath = rs.getApplicationContext().getCacheDir().toString();
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
H A DHelloComputeNDK.java51 nativeMono(this.getCacheDir().toString(),
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DVolley.java43 File cacheDir = new File(context.getCacheDir(), DEFAULT_CACHE_DIR);
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsStateTest.java124 final File file = new File(getContext().getCacheDir(), "setting.xml");
154 final File file = new File(getContext().getCacheDir(), "setting.xml");
/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...]
H A DRegisteredServicesCacheTest.java65 File cacheDir = mContext.getCacheDir();
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceTest.java36 restrictionsFile = new File(mContext.getCacheDir(), "restrictions.xml");
/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/packages/StatementService/src/com/android/statementservice/
H A DDirectStatementService.java135 getCacheDir());
/frameworks/rs/
H A DrsContext.h281 const char * getCacheDir() { function in class:android::renderscript::Context
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java265 * <li>The contents of the {@link #getCacheDir()} directory</li>
316 String cacheDir = getCacheDir().getCanonicalPath();
445 cacheDir = getCacheDir().getCanonicalPath();
H A DFullBackup.java264 CACHE_DIR = context.getCacheDir();
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
H A DStubProvider.java91 final File cacheDir = getContext().getCacheDir();
465 File rootDir = new File(getContext().getCacheDir(), name);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraDeviceBinderTest.java204 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
/frameworks/support/tests/java/android/support/v4/content/
H A DFileProviderTest.java311 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/core/java/android/content/
H A DContextWrapper.java232 public File getCacheDir() { method in class:ContextWrapper
233 return mBase.getCacheDir();
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java195 public File getCacheDir() { method in class:MockContext
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCarrierAppUtilsTest.java42 getInstrumentation().getTargetContext().getCacheDir().getPath());

Completed in 843 milliseconds

12