Searched refs:mInfoDelta (Results 1 – 1 of 1) sorted by relevance
137 private final DownloadInfoDelta mInfoDelta; field in DownloadThread260 mInfoDelta = new DownloadInfoDelta(info); in DownloadThread()280 mInfoDelta.mStatus = STATUS_RUNNING; in run()281 mInfoDelta.writeToDatabase(); in run()312 mInfoDelta.mStatus = STATUS_SUCCESS; in run()316 if (mInfoDelta.mTotalBytes == -1) { in run()317 mInfoDelta.mTotalBytes = mInfoDelta.mCurrentBytes; in run()321 mInfoDelta.mStatus = e.getFinalStatus(); in run()322 mInfoDelta.mErrorMsg = e.getMessage(); in run()325 + Downloads.Impl.statusToString(mInfoDelta.mStatus) + ": " in run()[all …]