Searched refs:mCurrentBytes (Results 1 – 8 of 8) sorted by relevance
98 public long mCurrentBytes = 0; field in DownloadThread.State109 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 …]
86 info.mCurrentBytes = getLong(Downloads.Impl.COLUMN_CURRENT_BYTES); in updateFromDatabase()216 public long mCurrentBytes; field in DownloadInfo514 pw.printPair("mCurrentBytes", mCurrentBytes); in dump()
126 long progress = download.mCurrentBytes; in updateActiveNotification()
63 public int mCurrentBytes; field in BluetoothOppShareInfo83 mCurrentBytes = currentBytes; in BluetoothOppShareInfo()
46 int mCurrentBytes; field in BluetoothOppTransferInfo
435 mProgressTransfer.setProgress(mTransInfo.mCurrentBytes); in updateProgressbar()438 mTransInfo.mCurrentBytes)); in updateProgressbar()
75 info.mCurrentBytes = cursor.getInt(cursor in queryRecord()
550 Log.v(TAG, "CURRENT : " + info.mCurrentBytes); in insertShare()690 info.mCurrentBytes = cursor.getInt(cursor in updateShare()