OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileDownloadCacheFactory
(Results
1 - 2
of
2
) sorted by null
/tools/tradefederation/core/src/com/android/tradefed/build/
FileDownloadCacheFactory.java
26
public class
FileDownloadCacheFactory
{
31
public static final
FileDownloadCacheFactory
INSTANCE = new
FileDownloadCacheFactory
();
38
* Get the singleton instance of
FileDownloadCacheFactory
40
public static
FileDownloadCacheFactory
getInstance() {
FileDownloadCacheWrapper.java
32
mCache =
FileDownloadCacheFactory
.getInstance().getCache(cacheDir);
Completed in 162 milliseconds