Searched refs:mCurrentBytes (Results 1 – 9 of 9) sorted by relevance
153 public long mCurrentBytes; field in DownloadThread.DownloadInfoDelta174 mCurrentBytes = info.mCurrentBytes; in DownloadInfoDelta()188 values.put(Downloads.Impl.COLUMN_CURRENT_BYTES, mCurrentBytes); in buildContentValues()317 mInfoDelta.mTotalBytes = mInfoDelta.mCurrentBytes; in run()409 final boolean resuming = mInfoDelta.mCurrentBytes != 0; in executeDownload()571 Os.lseek(outFd, mInfoDelta.mCurrentBytes, OsConstants.SEEK_SET); in transferData()647 mInfoDelta.mCurrentBytes += len; in transferData()657 if (mInfoDelta.mTotalBytes != -1 && mInfoDelta.mCurrentBytes != mInfoDelta.mTotalBytes) { in transferData()659 + mInfoDelta.mCurrentBytes + " instead of " + mInfoDelta.mTotalBytes); in transferData()740 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()
191 if (info.mCurrentBytes > 0 && !TextUtils.isEmpty(info.mETag)) { in scheduleJob()194 builder.setEstimatedNetworkBytes(info.mTotalBytes - info.mCurrentBytes, in scheduleJob()
1048 downloadCompleted ? info.mTotalBytes : info.mCurrentBytes); in convertToMediaProviderValues()
65 public long mCurrentBytes; field in BluetoothOppShareInfo85 mCurrentBytes = currentBytes; in BluetoothOppShareInfo()
409 Log.v(TAG, "mCurrentBytes: " + mTransInfo.mCurrentBytes + " mTotalBytes: " in updateProgressbar()410 + mTransInfo.mTotalBytes + " (" + (int) ((mTransInfo.mCurrentBytes * 100) in updateProgressbar()414 (int) ((mTransInfo.mCurrentBytes * 100) / mTransInfo.mTotalBytes)); in updateProgressbar()420 mTransInfo.mCurrentBytes)); in updateProgressbar()
46 long mCurrentBytes; field in BluetoothOppTransferInfo
274 println(sb, " " + format.format(date) + dir + info.mCurrentBytes + "/" in dump()753 Log.v(TAG, "CURRENT : " + info.mCurrentBytes); in insertShare()889 info.mCurrentBytes = in updateShare()
103 info.mCurrentBytes = in fillRecord()