Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/build/
DFileDownloadCacheFuncTest.java132 String remotePath1 = "path1"; in testFetchRemoteFile_multiConcurrent() local
159 .downloadFile(Mockito.eq(remotePath1), Mockito.any()); in testFetchRemoteFile_multiConcurrent()
167 Thread downloadThread1 = createDownloadThread(mockDownloader1, remotePath1); in testFetchRemoteFile_multiConcurrent()
189 assertNotNull(mCache.getCachedFile(remotePath1)); in testFetchRemoteFile_multiConcurrent()
197 Mockito.verify(mockDownloader1).downloadFile(Mockito.eq(remotePath1), Mockito.any()); in testFetchRemoteFile_multiConcurrent()