Home
last modified time | relevance | path

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

/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DStopRequestException.java28 class StopRequestException extends Exception { class
31 public StopRequestException(int finalStatus, String message) { in StopRequestException() method in StopRequestException
36 public StopRequestException(int finalStatus, Throwable t) { in StopRequestException() method in StopRequestException
41 public StopRequestException(int finalStatus, String message, Throwable t) { in StopRequestException() method in StopRequestException
50 public static StopRequestException throwUnhandledHttpError(int code, String message) in throwUnhandledHttpError()
51 throws StopRequestException { in throwUnhandledHttpError()
54 throw new StopRequestException(code, error); in throwUnhandledHttpError()
56 throw new StopRequestException(STATUS_UNHANDLED_REDIRECT, error); in throwUnhandledHttpError()
58 throw new StopRequestException(STATUS_UNHANDLED_HTTP_CODE, error); in throwUnhandledHttpError()
H A DDownloadThread.java311 } catch (StopRequestException e) { in run()
450 throw new StopRequestException( in executeDownload()
459 throw new StopRequestException( in executeDownload()
478 throw new StopRequestException( in executeDownload()
482 throw new StopRequestException( in executeDownload()
487 throw new StopRequestException( in executeDownload()
491 throw new StopRequestException( in executeDownload()
531 throw new StopRequestException( in transferData()
610 throws StopRequestException { in transferData()
624 throw new StopRequestException( in transferData()
[all …]