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.java98 public long mCurrentBytes = 0; field in DownloadThread.State
109 mCurrentBytes = info.mCurrentBytes; in State()
239 if (state.mCurrentBytes == state.mTotalBytes) { in executeDownload()
299 state.mCurrentBytes += bytesRead; in transferData()
303 Log.v(Constants.TAG, "downloaded " + state.mCurrentBytes + " for " in transferData()
412 if (state.mCurrentBytes - state.mBytesNotified > Constants.MIN_PROGRESS_STEP && in reportProgress()
415 values.put(Downloads.Impl.COLUMN_CURRENT_BYTES, state.mCurrentBytes); in reportProgress()
417 state.mBytesNotified = state.mCurrentBytes; in reportProgress()
469 values.put(Downloads.Impl.COLUMN_CURRENT_BYTES, state.mCurrentBytes); in handleEndOfStream()
471 values.put(Downloads.Impl.COLUMN_TOTAL_BYTES, state.mCurrentBytes); in handleEndOfStream()
[all …]
DDownloadInfo.java86 info.mCurrentBytes = getLong(Downloads.Impl.COLUMN_CURRENT_BYTES); in updateFromDatabase()
216 public long mCurrentBytes; field in DownloadInfo
514 pw.printPair("mCurrentBytes", mCurrentBytes); in dump()
DDownloadNotification.java126 long progress = download.mCurrentBytes; in updateActiveNotification()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppShareInfo.java63 public int mCurrentBytes; field in BluetoothOppShareInfo
83 mCurrentBytes = currentBytes; in BluetoothOppShareInfo()
DBluetoothOppTransferInfo.java46 int mCurrentBytes; field in BluetoothOppTransferInfo
DBluetoothOppTransferActivity.java435 mProgressTransfer.setProgress(mTransInfo.mCurrentBytes); in updateProgressbar()
438 mTransInfo.mCurrentBytes)); in updateProgressbar()
DBluetoothOppUtility.java75 info.mCurrentBytes = cursor.getInt(cursor in queryRecord()
DBluetoothOppService.java550 Log.v(TAG, "CURRENT : " + info.mCurrentBytes); in insertShare()
690 info.mCurrentBytes = cursor.getInt(cursor in updateShare()