Searched refs:mTotalBytes (Results 1 – 9 of 9) sorted by relevance
61 public int mTotalBytes; field in BluetoothOppShareInfo82 mTotalBytes = totalBytes; in BluetoothOppShareInfo()
269 mTransInfo.mTotalBytes)); in customizeViewContent()288 this, mTransInfo.mTotalBytes)); in customizeViewContent()307 mTransInfo.mTotalBytes)); in customizeViewContent()421 if (mTransInfo.mTotalBytes == 0) { in updateProgressbar()426 mProgressTransfer.setMax(mTransInfo.mTotalBytes); in updateProgressbar()431 mPercentView.setText(BluetoothOppUtility.formatProgressText(mTransInfo.mTotalBytes, in updateProgressbar()
44 int mTotalBytes; field in BluetoothOppTransferInfo
133 mTransInfo.mFileName, Formatter.formatFileSize(this, mTransInfo.mTotalBytes)); in createView()
73 info.mTotalBytes = cursor.getInt(cursor in queryRecord()
549 Log.v(TAG, "TOTAL : " + info.mTotalBytes); in insertShare()681 info.mTotalBytes = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in updateShare()
48 public int mTotalBytes; field in DownloadInfo84 mTotalBytes = totalBytes; in DownloadInfo()
144 if (mInfo.mTotalBytes != -1) { in run()145 headerContentLength = Integer.toString(mInfo.mTotalBytes); in run()
603 Log.v(Constants.TAG, "TOTAL : " + info.mTotalBytes); in insertDownload()729 info.mTotalBytes = cursor.getInt(cursor.getColumnIndexOrThrow( in updateDownload()