Home
last modified time | relevance | path

Searched refs:mCurrentBytes (Results 1 – 8 of 8) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java130 public long mCurrentBytes; field in DownloadThread.DownloadInfoDelta
143 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 …]
DDownloadInfo.java94 info.mCurrentBytes = getLong(Downloads.Impl.COLUMN_CURRENT_BYTES); in updateFromDatabase()
229 public long mCurrentBytes; field in DownloadInfo
549 pw.printPair("mCurrentBytes", mCurrentBytes); in dump()
DDownloadNotifier.java215 current += info.mCurrentBytes; in updateWithLocked()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppShareInfo.java65 public int mCurrentBytes; field in BluetoothOppShareInfo
85 mCurrentBytes = currentBytes; in BluetoothOppShareInfo()
DBluetoothOppTransferActivity.java440 mProgressTransfer.setProgress(mTransInfo.mCurrentBytes); in updateProgressbar()
443 mTransInfo.mCurrentBytes)); in updateProgressbar()
DBluetoothOppTransferInfo.java46 int mCurrentBytes; field in BluetoothOppTransferInfo
DBluetoothOppService.java600 Log.v(TAG, "CURRENT : " + info.mCurrentBytes); in insertShare()
734 info.mCurrentBytes = cursor.getInt(cursor in updateShare()
DBluetoothOppUtility.java80 info.mCurrentBytes = cursor.getInt(cursor in queryRecord()