Searched refs:mCurrentBytes (Results 1 – 9 of 9) sorted by relevance
154 public long mCurrentBytes; field in DownloadThread.DownloadInfoDelta175 mCurrentBytes = info.mCurrentBytes; in DownloadInfoDelta()189 values.put(Downloads.Impl.COLUMN_CURRENT_BYTES, mCurrentBytes); in buildContentValues()308 mInfoDelta.mTotalBytes = mInfoDelta.mCurrentBytes; in run()398 final boolean resuming = mInfoDelta.mCurrentBytes != 0; in executeDownload()560 Os.lseek(outFd, mInfoDelta.mCurrentBytes, OsConstants.SEEK_SET); in transferData()636 mInfoDelta.mCurrentBytes += len; in transferData()646 if (mInfoDelta.mTotalBytes != -1 && mInfoDelta.mCurrentBytes != mInfoDelta.mTotalBytes) { in transferData()648 + mInfoDelta.mCurrentBytes + " instead of " + mInfoDelta.mTotalBytes); in transferData()735 final long currentBytes = mInfoDelta.mCurrentBytes; in updateProgress()[all …]
86 info.mCurrentBytes = getLong(Downloads.Impl.COLUMN_CURRENT_BYTES); in updateFromDatabase()175 public long mCurrentBytes; field in DownloadInfo427 pw.printPair("mCurrentBytes", mCurrentBytes); in dump()
193 if (info.mCurrentBytes > 0 && !TextUtils.isEmpty(info.mETag)) { in scheduleJob()196 builder.setEstimatedNetworkBytes(info.mTotalBytes - info.mCurrentBytes, in scheduleJob()
988 downloadCompleted ? info.mTotalBytes : info.mCurrentBytes); in convertToMediaProviderValues()
65 public long mCurrentBytes; field in BluetoothOppShareInfo85 mCurrentBytes = currentBytes; in BluetoothOppShareInfo()
413 Log.v(TAG, "mCurrentBytes: " + mTransInfo.mCurrentBytes + " mTotalBytes: " in updateProgressbar()414 + mTransInfo.mTotalBytes + " (" + (int) ((mTransInfo.mCurrentBytes * 100) in updateProgressbar()418 (int) ((mTransInfo.mCurrentBytes * 100) / mTransInfo.mTotalBytes)); in updateProgressbar()424 mTransInfo.mCurrentBytes)); in updateProgressbar()
46 long mCurrentBytes; field in BluetoothOppTransferInfo
270 println(sb, " " + format.format(date) + dir + info.mCurrentBytes + "/" in dump()749 Log.v(TAG, "CURRENT : " + info.mCurrentBytes); in insertShare()887 info.mCurrentBytes = in updateShare()
103 info.mCurrentBytes = in fillRecord()