Searched refs:mCurrentBytes (Results 1 – 8 of 8) sorted by relevance
131 public long mCurrentBytes; field in DownloadThread.DownloadInfoDelta144 mCurrentBytes = info.mCurrentBytes; in DownloadInfoDelta()158 values.put(Downloads.Impl.COLUMN_CURRENT_BYTES, mCurrentBytes); in buildContentValues()264 mInfoDelta.mTotalBytes = mInfoDelta.mCurrentBytes; in run()344 final boolean resuming = mInfoDelta.mCurrentBytes != 0; in executeDownload()511 Os.lseek(outFd, mInfoDelta.mCurrentBytes, OsConstants.SEEK_SET); in transferData()574 final long newBytes = (mInfoDelta.mCurrentBytes + len) - curSize; in transferData()582 mInfoDelta.mCurrentBytes += len; in transferData()594 if (mInfoDelta.mTotalBytes != -1 && mInfoDelta.mCurrentBytes != mInfoDelta.mTotalBytes) { in transferData()702 final long currentBytes = mInfoDelta.mCurrentBytes; in updateProgress()[all …]
98 info.mCurrentBytes = getLong(Downloads.Impl.COLUMN_CURRENT_BYTES); in updateFromDatabase()233 public long mCurrentBytes; field in DownloadInfo561 pw.printPair("mCurrentBytes", mCurrentBytes); in dump()
215 current += info.mCurrentBytes; in updateWithLocked()
430 if (V) Log.v(TAG, "mCurrentBytes: " + mTransInfo.mCurrentBytes + in updateProgressbar()432 (int)((mTransInfo.mCurrentBytes * 100) / mTransInfo.mTotalBytes) + "%)"); in updateProgressbar()433 mProgressTransfer.setProgress((int)((mTransInfo.mCurrentBytes * 100) / in updateProgressbar()440 mTransInfo.mCurrentBytes)); in updateProgressbar()
65 public int mCurrentBytes; field in BluetoothOppShareInfo85 mCurrentBytes = currentBytes; in BluetoothOppShareInfo()
46 long mCurrentBytes; field in BluetoothOppTransferInfo
600 Log.v(TAG, "CURRENT : " + info.mCurrentBytes); in insertShare()734 info.mCurrentBytes = cursor.getInt(cursor in updateShare()
81 info.mCurrentBytes = cursor.getLong(cursor in queryRecord()