/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | AppCacheTest.java | 76 File testDir = mContext.getCacheDir(); in cleanUpCacheDirectory() 128 File cacheDir = mContext.getCacheDir(); in testFreeApplicationCacheAllFiles() 145 File cacheDir = mContext.getCacheDir(); in testFreeApplicationCacheSomeFiles() 222 File file = new File(con.getCacheDir(), fileName); in testAppCacheCreateFile() 229 File cacheDir = mContext.getCacheDir(); in testAppCreateCacheFiles() 289 File testDir = new File(mContext.getCacheDir(), testDirName); in testAppCacheClear() 541 File cacheDir = mContext.getCacheDir(); in testDeleteAppCacheFiles() 647 File cacheDir = mContext.getCacheDir(); in testFreeStorage() 731 File cacheDir = mContext.getCacheDir(); in testClearApplicationUserDataWithTestData()
|
/frameworks/base/test-runner/src/android/test/ |
D | RenamingDelegatingContext.java | 226 public File getCacheDir() { in getCacheDir() method in RenamingDelegatingContext 229 mCacheDir = new File(mFileContext.getCacheDir(), renamedFileName("cache")); in getCacheDir()
|
D | InstrumentationCoreTestRunner.java | 66 File cacheDir = getTargetContext().getCacheDir(); in onCreate()
|
/frameworks/volley/src/com/android/volley/toolbox/ |
D | Volley.java | 43 File cacheDir = new File(context.getCacheDir(), DEFAULT_CACHE_DIR); in newRequestQueue()
|
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/ |
D | HelloComputeNDK.java | 51 nativeMono(this.getCacheDir().toString(), in onCreate()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | ScriptC.java | 105 String cachePath = rs.getApplicationContext().getCacheDir().toString(); in internalCreate()
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | redundant_redundant.jd | 63 <pre>Context.getCacheDir();</pre> 74 File httpCacheDir = new File(getCacheDir(), "http");
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupAgent.java | 287 String cacheDir = getCacheDir().getCanonicalPath(); in onFullBackup() 369 cacheDir = getCacheDir().getCanonicalPath(); in fullBackupFile() 536 basePath = getCacheDir().getCanonicalPath(); in onRestoreFile()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | NetworkManagementServiceTest.java | 54 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString()); in setUp()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | ImageReaderTest.java | 53 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString()); in setUp()
|
/frameworks/base/core/tests/coretests/src/android/net/ |
D | NetworkScorerAppManagerTest.java | 50 getInstrumentation().getTargetContext().getCacheDir().getPath()); in setUp()
|
/frameworks/base/core/java/android/content/ |
D | ContextWrapper.java | 231 public File getCacheDir() { in getCacheDir() method in ContextWrapper 232 return mBase.getCacheDir(); in getCacheDir()
|
D | Context.java | 870 public abstract File getCacheDir(); in getCacheDir() method in Context
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | NetworkControllerBaseTest.java | 61 System.setProperty("dexmaker.dexcache", mContext.getCacheDir().getPath()); in setUp()
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | files.jd | 143 <dt>{@link android.content.Context#getCacheDir}</dt> 188 file = File.createTempFile(fileName, null, context.getCacheDir()); 379 {@link android.content.Context#getCacheDir()} on a regular basis and also regularly delete
|
/frameworks/support/tests/java/android/support/v4/content/ |
D | FileProviderTest.java | 311 buildPath(mContext.getCacheDir(), "up", "down")); in testMetaDataTargets()
|
/frameworks/support/v4/java/android/support/v4/content/ |
D | FileProvider.java | 581 target = buildPath(context.getCacheDir(), path); in parsePathStrategy()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/ |
D | CameraDeviceBinderTest.java | 190 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString()); in setUp()
|
/frameworks/base/test-runner/src/android/test/mock/ |
D | MockContext.java | 194 public File getCacheDir() { in getCacheDir() method in MockContext
|
/frameworks/base/docs/html/training/volley/ |
D | requestqueue.jd | 80 Cache cache = new DiskBasedCache(getCacheDir(), 1024 * 1024); // 1MB cap
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 1097 public File getCacheDir() { in getCacheDir() method in BridgeContext
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | cache-bitmap.jd | 286 context.getCacheDir().getPath();
|
/frameworks/base/docs/html/guide/topics/data/ |
D | data-storage.jd | 202 android.content.Context#getCacheDir()} to open a {@link
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.2.jd | 341 android.content.Context#getCacheDir()}, or {@link android.content.Context#openFileOutput
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PrintActivity.java | 2456 mContext.getCacheDir()); in doTransform()
|