Home
last modified time | relevance | path

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

/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/downloader/offroad/
DExceptionHandlerTest.java46 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()
DOffroad2FileDownloaderTest.java378 assertThat(dex.getDownloadResultCode()).isEqualTo(DownloadResultCode.UNKNOWN_ERROR); in testStartDownloading_failed()
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/downloader/inline/
DInlineFileDownloaderTest.java98 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/
DExceptionHandler.java104 return ((DownloadException) throwable).getDownloadResultCode(); in mapExceptionToDownloadResultCode()
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/
DDownloadException.java210 public DownloadResultCode getDownloadResultCode() { in getDownloadResultCode() method in DownloadException
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/
DDownloadFileTest.java281 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()
DImportFilesIntegrationTest.java572 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()
DDownloadFileIntegrationTest.java186 assertThat(((DownloadException) ex.getCause()).getDownloadResultCode()) in downloadFile_failure()
DMobileDataDownloadTest.java3264 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/
DDownloaderCallbackImpl.java122 .getDownloadResultCode() in onDownloadComplete()
165 .getDownloadResultCode() in onDownloadFailed()
DDeltaFileDownloaderCallbackImpl.java177 .getDownloadResultCode()
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/lite/
DDownloaderImplTest.java418 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/
DSharedFileManagerTest.java373 assertThat(dex.getDownloadResultCode()) in testStartImport_whenUnreservedEntry_throws()
393 assertThat(dex.getDownloadResultCode()) in testStartImport_whenNotInlineFileUrlScheme_throws()
488 assertThat(dex.getDownloadResultCode()) in testStartDownload_whenInlineFileUrlScheme_fails()
DFileGroupManagerTest.java2281 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/
DManifestFileGroupPopulator.java729 MddDownloadResult.Code.forNumber(e.getDownloadResultCode().getCode()),
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/
DSharedFileManager.java817 TAG, e.getDownloadResultCode());
DFileGroupManager.java2742 MddDownloadResult.Code.forNumber(downloadException.getDownloadResultCode().getCode()),