Home
last modified time | relevance | path

Searched defs:finalStatus (Results 1 – 2 of 2) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DStopRequestException.java28 public StopRequestException(int finalStatus, String message) { in StopRequestException()
33 public StopRequestException(int finalStatus, String message, Throwable throwable) { in StopRequestException()
DDownloadThread.java138 int finalStatus = Downloads.Impl.STATUS_UNKNOWN_ERROR; in run() local
326 private void cleanupDestination(State state, int finalStatus) { in cleanupDestination()
698 int finalStatus; in handleOtherStatus() local