Home
last modified time | relevance | path

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

/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/
DMobileDataDownloadIntegrationTest.java104 private static final ListeningScheduledExecutorService DOWNLOAD_EXECUTOR = field in MobileDataDownloadIntegrationTest
160 MoreExecutors.listeningDecorator(DOWNLOAD_EXECUTOR))) in download_success_fileGroupDownloaded()
183 return MoreExecutors.listeningDecorator(DOWNLOAD_EXECUTOR) in download_withCustomValidator()
206 MoreExecutors.listeningDecorator(DOWNLOAD_EXECUTOR))) in download_withCustomValidator()
231 MoreExecutors.listeningDecorator(DOWNLOAD_EXECUTOR))) in download_success_maintenanceLogsNetworkUsage()
270 MoreExecutors.listeningDecorator(DOWNLOAD_EXECUTOR))) in corrupted_files_detectedDuringMaintenance()
309 MoreExecutors.listeningDecorator(DOWNLOAD_EXECUTOR))) in delete_files_detectedDuringMaintenance()
342 MoreExecutors.listeningDecorator(DOWNLOAD_EXECUTOR))) in remove_withAccount_fileGroupRemains()
375 MoreExecutors.listeningDecorator(DOWNLOAD_EXECUTOR))) in remove_withoutAccount_fileGroupRemoved()
405 MoreExecutors.listeningDecorator(DOWNLOAD_EXECUTOR))) in removeFileGroupsByFilter_removesMatchingGroups()
[all …]
DDownloadFileGroupIntegrationTest.java90 private static final ListeningScheduledExecutorService DOWNLOAD_EXECUTOR = field in DownloadFileGroupIntegrationTest
162 DOWNLOAD_EXECUTOR, in downloadAndRead()
228 DOWNLOAD_EXECUTOR, in downloadFailed()
354 DOWNLOAD_EXECUTOR, in removePartialDownloadThenDownloadAgain()
360 new BlockingFileDownloader(DOWNLOAD_EXECUTOR, fileDownloaderSupplier.get()); in removePartialDownloadThenDownloadAgain()
431 new TestFileDownloader(TEST_DATA_RELATIVE_PATH, fileStorage, DOWNLOAD_EXECUTOR)) in downloadDifferentGroupsWithSameFileTest()
483 new TestFileDownloader(TEST_DATA_RELATIVE_PATH, fileStorage, DOWNLOAD_EXECUTOR)) in concurrentDownloads_withSameFile_withDifferentDownloadTransforms_completes()
DDownloadFileGroupCancellationIntegrationTest.java73 private static final ListeningScheduledExecutorService DOWNLOAD_EXECUTOR = field in DownloadFileGroupCancellationIntegrationTest
129 DOWNLOAD_EXECUTOR, in cancelDownload()
150 DOWNLOAD_EXECUTOR); in cancelDownload()
DDownloadFileIntegrationTest.java78 private static final ListeningScheduledExecutorService DOWNLOAD_EXECUTOR = field in DownloadFileIntegrationTest
119 DOWNLOAD_EXECUTOR, in setUp()
201 BlockingFileDownloader blockingFileDownloader = new BlockingFileDownloader(DOWNLOAD_EXECUTOR); in downloadFile_cancel()
DImportFilesIntegrationTest.java96 private static final ScheduledExecutorService DOWNLOAD_EXECUTOR = field in ImportFilesIntegrationTest
190 DOWNLOAD_EXECUTOR, in setUp()
204 () -> new InlineFileDownloader(fileStorage, DOWNLOAD_EXECUTOR); in setUp()
325 MoreExecutors.listeningDecorator(DOWNLOAD_EXECUTOR), in importFiles_supportsMultipleCallsConcurrently()
702 MoreExecutors.listeningDecorator(DOWNLOAD_EXECUTOR), in importFiles_supportsDedup()
787 MoreExecutors.listeningDecorator(DOWNLOAD_EXECUTOR), in importFiles_supportsCancellation()
809 DOWNLOAD_EXECUTOR); in importFiles_supportsCancellation()
DMobileDataDownloadIsolatedStructuresIntegrationTest.java83 private static final ListeningScheduledExecutorService DOWNLOAD_EXECUTOR = field in MobileDataDownloadIsolatedStructuresIntegrationTest
143 MoreExecutors.listeningDecorator(DOWNLOAD_EXECUTOR))) in addFileGroup_whenImmediatelyComplete_createsCorrectIsolatedRoot()
DMddGarbageCollectionWithAndroidSharingIntegrationTest.java77 private static final ScheduledExecutorService DOWNLOAD_EXECUTOR = field in MddGarbageCollectionWithAndroidSharingIntegrationTest
144 MoreExecutors.listeningDecorator(DOWNLOAD_EXECUTOR)); in setUp()
DDownloadFileGroupAndroidSharingIntegrationTest.java83 private static final ScheduledExecutorService DOWNLOAD_EXECUTOR = field in DownloadFileGroupAndroidSharingIntegrationTest
652 MoreExecutors.listeningDecorator(DOWNLOAD_EXECUTOR)); in builderForTest()
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/downloader/inline/
DInlineFileDownloaderTest.java54 private static final Executor DOWNLOAD_EXECUTOR = Executors.newScheduledThreadPool(2); field in InlineFileDownloaderTest
74 inlineFileDownloader = new InlineFileDownloader(FILE_STORAGE, DOWNLOAD_EXECUTOR); in setUp()
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/
DMddIsolatedStructuresTest.java114 private static final ListeningExecutorService DOWNLOAD_EXECUTOR = field in MddIsolatedStructuresTest
125 blockingFileDownloader = new BlockingFileDownloader(DOWNLOAD_EXECUTOR); in setUp()
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/downloader/offroad/
DOffroad2FileDownloaderTest.java89 private static final ScheduledExecutorService DOWNLOAD_EXECUTOR = field in Offroad2FileDownloaderTest
173 DOWNLOAD_EXECUTOR, in setUp()
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/lite/
DDownloaderImplTest.java66 private static final ScheduledExecutorService DOWNLOAD_EXECUTOR = field in DownloaderImplTest
69 MoreExecutors.listeningDecorator(DOWNLOAD_EXECUTOR);