HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentBytes (Results 1 - 8 of 8) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferInfo.java 46 int mCurrentBytes;
BluetoothOppShareInfo.java 63 public int mCurrentBytes;
83 mCurrentBytes = currentBytes;
BluetoothOppTransferActivity.java 435 mProgressTransfer.setProgress(mTransInfo.mCurrentBytes);
438 mTransInfo.mCurrentBytes));
BluetoothOppUtility.java 75 info.mCurrentBytes = cursor.getInt(cursor
BluetoothOppService.java 550 Log.v(TAG, "CURRENT : " + info.mCurrentBytes);
690 info.mCurrentBytes = cursor.getInt(cursor
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 98 public long mCurrentBytes = 0;
109 mCurrentBytes = info.mCurrentBytes;
239 if (state.mCurrentBytes == state.mTotalBytes) {
299 state.mCurrentBytes += bytesRead;
303 Log.v(Constants.TAG, "downloaded " + state.mCurrentBytes + " for "
412 if (state.mCurrentBytes - state.mBytesNotified > Constants.MIN_PROGRESS_STEP &&
415 values.put(Downloads.Impl.COLUMN_CURRENT_BYTES, state.mCurrentBytes);
417 state.mBytesNotified = state.mCurrentBytes;
469 values.put(Downloads.Impl.COLUMN_CURRENT_BYTES, state.mCurrentBytes);
    [all...]
DownloadInfo.java 86 info.mCurrentBytes = getLong(Downloads.Impl.COLUMN_CURRENT_BYTES);
216 public long mCurrentBytes;
514 pw.printPair("mCurrentBytes", mCurrentBytes);
DownloadNotification.java 126 long progress = download.mCurrentBytes;

Completed in 129 milliseconds