Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java153 public long mCurrentBytes; field in DownloadThread.DownloadInfoDelta
174 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 …]
DDownloadInfo.java86 info.mCurrentBytes = getLong(Downloads.Impl.COLUMN_CURRENT_BYTES); in updateFromDatabase()
175 public long mCurrentBytes; field in DownloadInfo
427 pw.printPair("mCurrentBytes", mCurrentBytes); in dump()
DHelpers.java191 if (info.mCurrentBytes > 0 && !TextUtils.isEmpty(info.mETag)) { in scheduleJob()
194 builder.setEstimatedNetworkBytes(info.mTotalBytes - info.mCurrentBytes, in scheduleJob()
DDownloadProvider.java1048 downloadCompleted ? info.mTotalBytes : info.mCurrentBytes); in convertToMediaProviderValues()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppShareInfo.java65 public long mCurrentBytes; field in BluetoothOppShareInfo
85 mCurrentBytes = currentBytes; in BluetoothOppShareInfo()
DBluetoothOppTransferActivity.java409 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()
DBluetoothOppTransferInfo.java46 long mCurrentBytes; field in BluetoothOppTransferInfo
DBluetoothOppService.java274 println(sb, " " + format.format(date) + dir + info.mCurrentBytes + "/" in dump()
753 Log.v(TAG, "CURRENT : " + info.mCurrentBytes); in insertShare()
889 info.mCurrentBytes = in updateShare()
DBluetoothOppUtility.java103 info.mCurrentBytes = in fillRecord()