Searched refs:mCurrentBytes (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferInfo.java46 int mCurrentBytes; field in class:BluetoothOppTransferInfo
H A DBluetoothOppShareInfo.java65 public int mCurrentBytes; field in class:BluetoothOppShareInfo
85 mCurrentBytes = currentBytes;
H A DBluetoothOppTransferActivity.java440 mProgressTransfer.setProgress(mTransInfo.mCurrentBytes);
443 mTransInfo.mCurrentBytes));
H A DBluetoothOppUtility.java80 info.mCurrentBytes = cursor.getInt(cursor
H A DBluetoothOppService.java600 Log.v(TAG, "CURRENT : " + info.mCurrentBytes);
734 info.mCurrentBytes = cursor.getInt(cursor
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadThread.java129 public long mCurrentBytes; field in class:DownloadThread.DownloadInfoDelta
142 mCurrentBytes = info.mCurrentBytes;
159 values.put(Downloads.Impl.COLUMN_CURRENT_BYTES, mCurrentBytes);
246 mInfoDelta.mTotalBytes = mInfoDelta.mCurrentBytes;
326 final boolean resuming = mInfoDelta.mCurrentBytes != 0;
480 Os.lseek(outFd, mInfoDelta.mCurrentBytes, OsConstants.SEEK_SET);
543 final long newBytes = (mInfoDelta.mCurrentBytes + len) - curSize;
551 mInfoDelta.mCurrentBytes += len;
563 if (mInfoDelta.mTotalBytes != -1 && mInfoDelta.mCurrentBytes !
[all...]
H A DDownloadInfo.java94 info.mCurrentBytes = getLong(Downloads.Impl.COLUMN_CURRENT_BYTES);
229 public long mCurrentBytes; field in class:DownloadInfo
549 pw.printPair("mCurrentBytes", mCurrentBytes);
H A DDownloadNotifier.java214 current += info.mCurrentBytes;

Completed in 577 milliseconds