Home
last modified time | relevance | path

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

/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/
DDownloadFileGroupIntegrationTest.java458 ArrayList<ListenableFuture<ClientFileGroup>> downloadFutures = new ArrayList<>(); in downloadDifferentGroupsWithSameFileTest() local
462 downloadFutures.add( in downloadDifferentGroupsWithSameFileTest()
467 Futures.allAsList(downloadFutures).get(MAX_MULTI_MDD_API_WAIT_TIME_SECS, SECONDS); in downloadDifferentGroupsWithSameFileTest()