Home
last modified time | relevance | path

Searched refs:remotePath2 (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/build/
DFileDownloadCacheTest.java171 final String remotePath2 = "anotherpath"; in testFetchRemoteFile_cacheSizeExceeded() local
174 setDownloadExpectations(remotePath2); in testFetchRemoteFile_cacheSizeExceeded()
177 assertFetchRemoteFile(remotePath2, null); in testFetchRemoteFile_cacheSizeExceeded()
181 assertNull(mCache.getCachedFile(remotePath2)); in testFetchRemoteFile_cacheSizeExceeded()
DFileDownloadCacheFuncTest.java133 String remotePath2 = "path2"; in testFetchRemoteFile_multiConcurrent() local
162 .downloadFile(Mockito.eq(remotePath2), Mockito.any()); in testFetchRemoteFile_multiConcurrent()
169 Thread downloadThread2 = createDownloadThread(mockDownloader2, remotePath2); in testFetchRemoteFile_multiConcurrent()
198 Mockito.verify(mockDownloader2).downloadFile(Mockito.eq(remotePath2), Mockito.any()); in testFetchRemoteFile_multiConcurrent()