Searched refs:remotePath2 (Results 1 – 2 of 2) sorted by relevance
171 final String remotePath2 = "anotherpath"; in testFetchRemoteFile_cacheSizeExceeded() local174 setDownloadExpectations(remotePath2); in testFetchRemoteFile_cacheSizeExceeded()177 assertFetchRemoteFile(remotePath2, null); in testFetchRemoteFile_cacheSizeExceeded()181 assertNull(mCache.getCachedFile(remotePath2)); in testFetchRemoteFile_cacheSizeExceeded()
133 String remotePath2 = "path2"; in testFetchRemoteFile_multiConcurrent() local162 .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()