Home
last modified time | relevance | path

Searched refs:getCache (Results 1 – 5 of 5) sorted by relevance

/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/utils/
DCachedFileContentsTest.java46 assertSame(cache, cachedFile.getCache()); in createFileAndCheckWithNoChanges()
62 assertNull(cachedFile.getCache()); in createFileAndCheckChanges()
79 assertSame(cache, cachedFile.getCache()); in createFileUpdateAndCheckChanges()
/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCacheFactory.java54 public synchronized FileDownloadCache getCache(File cacheDir) { in getCache() method in FileDownloadCacheFactory
DFileDownloadCacheWrapper.java34 mCache = FileDownloadCacheFactory.getInstance().getCache(cacheDir); in FileDownloadCacheWrapper()
/tools/tradefederation/core/src/com/android/tradefed/build/gcs/
DGCSDownloaderHelper.java84 .getCache(getHostOptions().getDownloadCacheDir()); in deleteCacheEntry()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/utils/
DCachedFileContents.java148 public T getCache() { in getCache() method in CachedFileContents