Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java121 public StopRequest(int finalStatus, String message) { in StopRequest()
126 public StopRequest(int finalStatus, String message, Throwable throwable) { in StopRequest()
147 int finalStatus = Downloads.Impl.STATUS_UNKNOWN_ERROR; in run() local
298 private void cleanupDestination(State state, int finalStatus) { in cleanupDestination()
672 int finalStatus; in handleOtherStatus() local