HomeSort by relevance Sort by last modified time
    Searched defs:FileDownloadCache (Results 1 - 2 of 2) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/build/
FileDownloadCache.java 42 public class FileDownloadCache {
44 private static final String LOG_TAG = "FileDownloadCache";
96 * Create a {@link FileDownloadCache}, deleting any previous cache contents from disk.
102 FileDownloadCache(File cacheRoot) {
324 if (FileDownloadCache.REL_PATH_SEPARATOR != File.separatorChar) {
325 return remotePath.replace(FileDownloadCache.REL_PATH_SEPARATOR , File.separatorChar);
  /tools/tradefederation/core/tests/src/com/android/tradefed/build/
FileDownloadCacheFuncTest.java 38 * Longer running, concurrency based tests for {@link FileDownloadCache}.
48 private FileDownloadCache mCache;
57 mCache = new FileDownloadCache(mTmpDir);
71 * Test {@link FileDownloadCache#fetchRemoteFile(IFileDownloader, String)} being called
111 * Test {@link FileDownloadCache#fetchRemoteFile(IFileDownloader, String)} being called
189 * Test {@link FileDownloadCache#fetchRemoteFile(IFileDownloader, String)} being called
271 FileDownloadCache cache = new FileDownloadCache(cacheRoot);
296 new FileDownloadCache(cacheRoot) {

Completed in 289 milliseconds