Home
last modified time | relevance | path

Searched refs:FileDownloadCacheFactory (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCacheFactory.java26 public class FileDownloadCacheFactory { class
31 public static final FileDownloadCacheFactory INSTANCE = new FileDownloadCacheFactory();
40 public static FileDownloadCacheFactory getInstance() { in getInstance()
DFileDownloadCacheWrapper.java34 mCache = FileDownloadCacheFactory.getInstance().getCache(cacheDir); in FileDownloadCacheWrapper()
/tools/tradefederation/core/src/com/android/tradefed/build/gcs/
DGCSDownloaderHelper.java20 import com.android.tradefed.build.FileDownloadCacheFactory;
83 FileDownloadCacheFactory.getInstance() in deleteCacheEntry()