Searched refs:mInfoDelta (Results 1 – 1 of 1) sorted by relevance
138 private final DownloadInfoDelta mInfoDelta; field in DownloadThread259 mInfoDelta = new DownloadInfoDelta(info); in DownloadThread()279 mInfoDelta.mStatus = STATUS_RUNNING; in run()280 mInfoDelta.writeToDatabase(); in run()303 mInfoDelta.mStatus = STATUS_SUCCESS; in run()307 if (mInfoDelta.mTotalBytes == -1) { in run()308 mInfoDelta.mTotalBytes = mInfoDelta.mCurrentBytes; in run()312 mInfoDelta.mStatus = e.getFinalStatus(); in run()313 mInfoDelta.mErrorMsg = e.getMessage(); in run()316 + Downloads.Impl.statusToString(mInfoDelta.mStatus) + ": " in run()[all …]