Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppShareInfo.java61 public int mTotalBytes; field in BluetoothOppShareInfo
82 mTotalBytes = totalBytes; in BluetoothOppShareInfo()
DBluetoothOppTransferActivity.java269 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()
DBluetoothOppTransferInfo.java44 int mTotalBytes; field in BluetoothOppTransferInfo
DBluetoothOppIncomingFileConfirmActivity.java133 mTransInfo.mFileName, Formatter.formatFileSize(this, mTransInfo.mTotalBytes)); in createView()
DBluetoothOppUtility.java73 info.mTotalBytes = cursor.getInt(cursor in queryRecord()
DBluetoothOppService.java549 Log.v(TAG, "TOTAL : " + info.mTotalBytes); in insertShare()
681 info.mTotalBytes = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in updateShare()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadInfo.java48 public int mTotalBytes; field in DownloadInfo
84 mTotalBytes = totalBytes; in DownloadInfo()
DDownloadThread.java144 if (mInfo.mTotalBytes != -1) { in run()
145 headerContentLength = Integer.toString(mInfo.mTotalBytes); in run()
DDownloadService.java603 Log.v(Constants.TAG, "TOTAL : " + info.mTotalBytes); in insertDownload()
729 info.mTotalBytes = cursor.getInt(cursor.getColumnIndexOrThrow( in updateDownload()