Searched refs:mCurrentBytes (Results 1 – 8 of 8) sorted by relevance
130 public long mCurrentBytes; field in DownloadThread.DownloadInfoDelta143 mCurrentBytes = info.mCurrentBytes; in DownloadInfoDelta()157 values.put(Downloads.Impl.COLUMN_CURRENT_BYTES, mCurrentBytes); in buildContentValues()263 mInfoDelta.mTotalBytes = mInfoDelta.mCurrentBytes; in run()343 final boolean resuming = mInfoDelta.mCurrentBytes != 0; in executeDownload()501 Os.lseek(outFd, mInfoDelta.mCurrentBytes, OsConstants.SEEK_SET); in transferData()564 final long newBytes = (mInfoDelta.mCurrentBytes + len) - curSize; in transferData()572 mInfoDelta.mCurrentBytes += len; in transferData()584 if (mInfoDelta.mTotalBytes != -1 && mInfoDelta.mCurrentBytes != mInfoDelta.mTotalBytes) { in transferData()692 final long currentBytes = mInfoDelta.mCurrentBytes; in updateProgress()[all …]
94 info.mCurrentBytes = getLong(Downloads.Impl.COLUMN_CURRENT_BYTES); in updateFromDatabase()229 public long mCurrentBytes; field in DownloadInfo549 pw.printPair("mCurrentBytes", mCurrentBytes); in dump()
215 current += info.mCurrentBytes; in updateWithLocked()
65 public int mCurrentBytes; field in BluetoothOppShareInfo85 mCurrentBytes = currentBytes; in BluetoothOppShareInfo()
440 mProgressTransfer.setProgress(mTransInfo.mCurrentBytes); in updateProgressbar()443 mTransInfo.mCurrentBytes)); in updateProgressbar()
46 int mCurrentBytes; field in BluetoothOppTransferInfo
600 Log.v(TAG, "CURRENT : " + info.mCurrentBytes); in insertShare()734 info.mCurrentBytes = cursor.getInt(cursor in updateShare()
80 info.mCurrentBytes = cursor.getInt(cursor in queryRecord()