Searched refs:currentBytes (Results 1 – 4 of 4) sorted by relevance
73 long totalBytes, long currentBytes, long timestamp, boolean mediaScanned) { in BluetoothOppShareInfo() argument85 mCurrentBytes = currentBytes; in BluetoothOppShareInfo()
307 public static String formatProgressText(long totalBytes, long currentBytes) { in formatProgressText() argument312 percent = currentBytes / (double) totalBytes; in formatProgressText()
735 final long currentBytes = mInfoDelta.mCurrentBytes; in updateProgress() local739 final long sampleSpeed = ((currentBytes - mSpeedSampleBytes) * 1000) in updateProgress()754 mSpeedSampleBytes = currentBytes; in updateProgress()757 final long bytesDelta = currentBytes - mLastUpdateBytes; in updateProgress()766 mLastUpdateBytes = currentBytes; in updateProgress()
301 final long currentBytes = cursor.getLong(UpdateQuery.CURRENT_BYTES); in updateWithLocked() local305 current += currentBytes; in updateWithLocked()