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.java63 public int mCurrentBytes; field in class:BluetoothOppShareInfo
83 mCurrentBytes = currentBytes;
H A DBluetoothOppTransferActivity.java435 mProgressTransfer.setProgress(mTransInfo.mCurrentBytes);
438 mTransInfo.mCurrentBytes));
H A DBluetoothOppUtility.java75 info.mCurrentBytes = cursor.getInt(cursor
H A DBluetoothOppService.java550 Log.v(TAG, "CURRENT : " + info.mCurrentBytes);
690 info.mCurrentBytes = cursor.getInt(cursor
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadThread.java99 public long mCurrentBytes = 0; field in class:DownloadThread.State
110 mCurrentBytes = info.mCurrentBytes;
240 if (state.mCurrentBytes == state.mTotalBytes) {
302 state.mCurrentBytes += bytesRead;
306 Log.v(Constants.TAG, "downloaded " + state.mCurrentBytes + " for "
414 if (state.mCurrentBytes - state.mBytesNotified > Constants.MIN_PROGRESS_STEP &&
417 values.put(Downloads.Impl.COLUMN_CURRENT_BYTES, state.mCurrentBytes);
419 state.mBytesNotified = state.mCurrentBytes;
471 values.put(Downloads.Impl.COLUMN_CURRENT_BYTES, state.mCurrentBytes);
[all...]
H A DDownloadInfo.java84 info.mCurrentBytes = getLong(Downloads.Impl.COLUMN_CURRENT_BYTES);
213 public long mCurrentBytes; field in class:DownloadInfo
500 writer.print(" mCurrentBytes="); writer.print(mCurrentBytes);
H A DDownloadNotification.java120 long progress = download.mCurrentBytes;

Completed in 1000 milliseconds