Home
last modified time | relevance | path

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

/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/
DDownloadFileGroupIntegrationTest.java536 List<ClientFileGroup> downloadedGroups = in concurrentDownloads_withSameFile_withDifferentDownloadTransforms_completes() local
541 assertThat(downloadedGroups).doesNotContain(null); in concurrentDownloads_withSameFile_withDifferentDownloadTransforms_completes()
542 assertThat(downloadedGroups.get(0).getFile(0).getFileUri()) in concurrentDownloads_withSameFile_withDifferentDownloadTransforms_completes()
543 .isEqualTo(downloadedGroups.get(1).getFile(0).getFileUri()); in concurrentDownloads_withSameFile_withDifferentDownloadTransforms_completes()