/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/ |
D | MobileDataDownloadIntegrationTest.java | 104 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 …]
|
D | DownloadFileGroupIntegrationTest.java | 90 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()
|
D | DownloadFileGroupCancellationIntegrationTest.java | 73 private static final ListeningScheduledExecutorService DOWNLOAD_EXECUTOR = field in DownloadFileGroupCancellationIntegrationTest 129 DOWNLOAD_EXECUTOR, in cancelDownload() 150 DOWNLOAD_EXECUTOR); in cancelDownload()
|
D | DownloadFileIntegrationTest.java | 78 private static final ListeningScheduledExecutorService DOWNLOAD_EXECUTOR = field in DownloadFileIntegrationTest 119 DOWNLOAD_EXECUTOR, in setUp() 201 BlockingFileDownloader blockingFileDownloader = new BlockingFileDownloader(DOWNLOAD_EXECUTOR); in downloadFile_cancel()
|
D | ImportFilesIntegrationTest.java | 96 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()
|
D | MobileDataDownloadIsolatedStructuresIntegrationTest.java | 83 private static final ListeningScheduledExecutorService DOWNLOAD_EXECUTOR = field in MobileDataDownloadIsolatedStructuresIntegrationTest 143 MoreExecutors.listeningDecorator(DOWNLOAD_EXECUTOR))) in addFileGroup_whenImmediatelyComplete_createsCorrectIsolatedRoot()
|
D | MddGarbageCollectionWithAndroidSharingIntegrationTest.java | 77 private static final ScheduledExecutorService DOWNLOAD_EXECUTOR = field in MddGarbageCollectionWithAndroidSharingIntegrationTest 144 MoreExecutors.listeningDecorator(DOWNLOAD_EXECUTOR)); in setUp()
|
D | DownloadFileGroupAndroidSharingIntegrationTest.java | 83 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/ |
D | InlineFileDownloaderTest.java | 54 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/ |
D | MddIsolatedStructuresTest.java | 114 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/ |
D | Offroad2FileDownloaderTest.java | 89 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/ |
D | DownloaderImplTest.java | 66 private static final ScheduledExecutorService DOWNLOAD_EXECUTOR = field in DownloaderImplTest 69 MoreExecutors.listeningDecorator(DOWNLOAD_EXECUTOR);
|