Searched refs:mapExceptionToDownloadResultCode (Results 1 – 1 of 1) sorted by relevance
74 DownloadResultCode code = mapExceptionToDownloadResultCode(throwable, /* iteration= */ 0); in mapToDownloadException()88 private DownloadResultCode mapExceptionToDownloadResultCode(Throwable throwable, int iteration) { in mapExceptionToDownloadResultCode() method in ExceptionHandler117 return mapExceptionToDownloadResultCode(throwable.getCause(), iteration + 1); in mapExceptionToDownloadResultCode()