Searched defs:mCurrentBytes (Results 1 - 3 of 3) 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;
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadInfo.java84 info.mCurrentBytes = getLong(Downloads.Impl.COLUMN_CURRENT_BYTES);
233 public long mCurrentBytes; field in class:DownloadInfo
514 Log.v(Constants.TAG, "CURRENT : " + mCurrentBytes);

Completed in 5 milliseconds