Home
last modified time | relevance | path

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

/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/downloader/offroad/
DExceptionHandler.java74 DownloadResultCode code = mapExceptionToDownloadResultCode(throwable, /* iteration= */ 0); in mapToDownloadException()
88 private DownloadResultCode mapExceptionToDownloadResultCode(Throwable throwable, int iteration) { in mapExceptionToDownloadResultCode() method in ExceptionHandler
117 return mapExceptionToDownloadResultCode(throwable.getCause(), iteration + 1); in mapExceptionToDownloadResultCode()