Searched refs:mInfoDelta (Results 1 – 1 of 1) sorted by relevance
132 private final DownloadInfoDelta mInfoDelta; field in DownloadThread254 mInfoDelta = new DownloadInfoDelta(info); in DownloadThread()274 mInfoDelta.mStatus = STATUS_RUNNING; in run()275 mInfoDelta.writeToDatabase(); in run()306 mInfoDelta.mStatus = STATUS_SUCCESS; in run()310 if (mInfoDelta.mTotalBytes == -1) { in run()311 mInfoDelta.mTotalBytes = mInfoDelta.mCurrentBytes; in run()315 mInfoDelta.mStatus = e.getFinalStatus(); in run()316 mInfoDelta.mErrorMsg = e.getMessage(); in run()319 + Downloads.Impl.statusToString(mInfoDelta.mStatus) + ": " in run()[all …]