/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/downloader/offroad/ |
D | ExceptionHandlerTest.java | 46 assertThat(remappedException.getDownloadResultCode()) in mapToDownloadException_withDefaultImpl_handlesHttpStatusErrors() 70 assertThat(remappedException.getDownloadResultCode()) in mapToDownloadException_withDefaultImpl_handlesHttpStatusErrorsWithDownloadExceptionUnwrapping() 86 assertThat(remappedException.getDownloadResultCode()) in mapToDownloadException_withDefaultImpl_handlesGeneralDownloadExceptionError() 101 assertThat(remappedException.getDownloadResultCode()) in mapToDownloadException_withDefaultImpl_returnsUnknownExceptionWhenCommonMappingFails() 117 assertThat(remappedException.getDownloadResultCode()) in mapToDownloadException_withDefaultImpl_returnsUnknownExceptionWhenRequestExceptionMappingFails() 133 assertThat(remappedException.getDownloadResultCode()) in mapToDownloadException_withDefaultImpl_handlesMalformedExceptionChain()
|
D | Offroad2FileDownloaderTest.java | 378 assertThat(dex.getDownloadResultCode()).isEqualTo(DownloadResultCode.UNKNOWN_ERROR); in testStartDownloading_failed()
|
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/downloader/inline/ |
D | InlineFileDownloaderTest.java | 98 assertThat(dex.getDownloadResultCode()) in startDownloading_whenNonInlineFileSchemeGiven_fails() 121 assertThat(dex.getDownloadResultCode()).isEqualTo(DownloadResultCode.INLINE_FILE_IO_ERROR); in startDownloading_whenCopyFails_fails()
|
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/downloader/offroad/ |
D | ExceptionHandler.java | 104 return ((DownloadException) throwable).getDownloadResultCode(); in mapExceptionToDownloadResultCode()
|
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/ |
D | DownloadException.java | 210 public DownloadResultCode getDownloadResultCode() { in getDownloadResultCode() method in DownloadException
|
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/ |
D | DownloadFileTest.java | 281 assertThat(e.getDownloadResultCode()).isEqualTo(ANDROID_DOWNLOADER_UNKNOWN); in downloadFile_whenDownloadFails_reportsFailure() 328 assertThat(e.getDownloadResultCode()).isEqualTo(ANDROID_DOWNLOADER_UNKNOWN); in downloadFile_whenMonitorNotProvided_whenDownloadFails_reportsFailure() 548 assertThat(e.getDownloadResultCode()).isEqualTo(ANDROID_DOWNLOADER_UNKNOWN); in downloadFileWithForegroundService_failure()
|
D | ImportFilesIntegrationTest.java | 572 assertThat(dex.getDownloadResultCode()).isEqualTo(DownloadResultCode.GROUP_NOT_FOUND_ERROR); in importFiles_toNonExistentDataFileGroup_fails() 611 assertThat(dex.getDownloadResultCode()).isEqualTo(DownloadResultCode.GROUP_NOT_FOUND_ERROR); in importFiles_whenMismatchedVersion_failToImport() 679 assertThat(dex.getDownloadResultCode()).isEqualTo(DownloadResultCode.INLINE_FILE_IO_ERROR); in importFiles_whenImportFails_doesNotWriteUpdatedMetadata()
|
D | DownloadFileIntegrationTest.java | 186 assertThat(((DownloadException) ex.getCause()).getDownloadResultCode()) in downloadFile_failure()
|
D | MobileDataDownloadTest.java | 3264 assertThat(((DownloadException) t).getDownloadResultCode()) in downloadFileGroupWithForegroundService_whenNoVersionFound_fails() 3274 assertThat(e.getDownloadResultCode()).isEqualTo(DownloadResultCode.GROUP_NOT_FOUND_ERROR); in downloadFileGroupWithForegroundService_whenNoVersionFound_fails()
|
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/downloader/ |
D | DownloaderCallbackImpl.java | 122 .getDownloadResultCode() in onDownloadComplete() 165 .getDownloadResultCode() in onDownloadFailed()
|
D | DeltaFileDownloaderCallbackImpl.java | 177 .getDownloadResultCode()
|
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/lite/ |
D | DownloaderImplTest.java | 418 assertThat(e.getDownloadResultCode()).isEqualTo(ANDROID_DOWNLOADER_UNKNOWN); in download_whenDownloadFails_reportsFailure() 560 assertThat(e.getDownloadResultCode()).isEqualTo(ANDROID_DOWNLOADER_UNKNOWN); in download_whenMonitorNotProvided_whenDownloadFails_reportsFailure() 951 assertThat(e.getDownloadResultCode()).isEqualTo(ANDROID_DOWNLOADER_UNKNOWN); in downloadWithForegroundService_failure()
|
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/ |
D | SharedFileManagerTest.java | 373 assertThat(dex.getDownloadResultCode()) in testStartImport_whenUnreservedEntry_throws() 393 assertThat(dex.getDownloadResultCode()) in testStartImport_whenNotInlineFileUrlScheme_throws() 488 assertThat(dex.getDownloadResultCode()) in testStartDownload_whenInlineFileUrlScheme_fails()
|
D | FileGroupManagerTest.java | 2281 assertThat(dex.getDownloadResultCode()).isEqualTo(DownloadResultCode.GROUP_NOT_FOUND_ERROR); in testImportFilesIntoFileGroup_whenExistingGroupDoesNotExist_fails() 2320 assertThat(dex.getDownloadResultCode()).isEqualTo(DownloadResultCode.GROUP_NOT_FOUND_ERROR); in testImportFilesIntoFileGroup_whenExistingPendingGroupDoesNotMatchIdentifiers_fails() 2360 assertThat(dex.getDownloadResultCode()).isEqualTo(DownloadResultCode.GROUP_NOT_FOUND_ERROR); in testImportFilesIntoFileGroup_whenExistingDownloadedGroupDoesNotMatchIdentifiers_fails() 2404 assertThat(dex.getDownloadResultCode()).isEqualTo(DownloadResultCode.GROUP_NOT_FOUND_ERROR); in testImportFilesIntoFileGroup_whenBuildIdDoesNotMatch_fails() 2448 assertThat(dex.getDownloadResultCode()).isEqualTo(DownloadResultCode.GROUP_NOT_FOUND_ERROR); in testImportFilesIntoFileGroup_whenVariantIdDoesNotMatch_fails() 2502 assertThat(dex.getDownloadResultCode()).isEqualTo(DownloadResultCode.GROUP_NOT_FOUND_ERROR); in testImportFilesIntoFileGroup_whenCustomPropertyDoesNotMatch_whenDueToMismatch_fails() 2553 assertThat(dex.getDownloadResultCode()).isEqualTo(DownloadResultCode.GROUP_NOT_FOUND_ERROR); in testImportFilesIntoFileGroup_whenCustomPropertyDoesNotMatch_whenDueToBeingAbsent_fails() 2607 assertThat(dex.getDownloadResultCode()) in testImportFilesIntoFileGroup_whenUnableToReserveNewFiles_fails() 3095 assertThat(dex.getDownloadResultCode()) in testImportFilesIntoFileGroups_whenFileSourceNotProvided_fails() 3178 assertThat(dex.getDownloadResultCode()) in testImportFilesIntoFileGroup_whenImportFails_preventsMetadataUpdate() [all …]
|
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/populator/ |
D | ManifestFileGroupPopulator.java | 729 MddDownloadResult.Code.forNumber(e.getDownloadResultCode().getCode()),
|
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/ |
D | SharedFileManager.java | 817 TAG, e.getDownloadResultCode());
|
D | FileGroupManager.java | 2742 MddDownloadResult.Code.forNumber(downloadException.getDownloadResultCode().getCode()),
|