Searched defs:mCurrentBytes (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferInfo.java46 long mCurrentBytes; field in class:BluetoothOppTransferInfo
H A DBluetoothOppShareInfo.java65 public int mCurrentBytes; field in class:BluetoothOppShareInfo
85 mCurrentBytes = currentBytes;
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadThread.java131 public long mCurrentBytes; field in class:DownloadThread.DownloadInfoDelta
144 mCurrentBytes = info.mCurrentBytes;
158 values.put(Downloads.Impl.COLUMN_CURRENT_BYTES, mCurrentBytes);
264 mInfoDelta.mTotalBytes = mInfoDelta.mCurrentBytes;
344 final boolean resuming = mInfoDelta.mCurrentBytes != 0;
511 Os.lseek(outFd, mInfoDelta.mCurrentBytes, OsConstants.SEEK_SET);
574 final long newBytes = (mInfoDelta.mCurrentBytes + len) - curSize;
582 mInfoDelta.mCurrentBytes += len;
594 if (mInfoDelta.mTotalBytes != -1 && mInfoDelta.mCurrentBytes !
[all...]
H A DDownloadInfo.java98 info.mCurrentBytes = getLong(Downloads.Impl.COLUMN_CURRENT_BYTES);
233 public long mCurrentBytes; field in class:DownloadInfo
561 pw.printPair("mCurrentBytes", mCurrentBytes);

Completed in 69 milliseconds