Searched refs:currentBytes (Results 1 – 4 of 4) sorted by relevance
756 final long currentBytes = mInfoDelta.mCurrentBytes; in updateProgress() local760 final long sampleSpeed = ((currentBytes - mSpeedSampleBytes) * 1000) in updateProgress()775 mSpeedSampleBytes = currentBytes; in updateProgress()778 final long bytesDelta = currentBytes - mLastUpdateBytes; in updateProgress()787 mLastUpdateBytes = currentBytes; in updateProgress()
297 final long currentBytes = cursor.getLong(UpdateQuery.CURRENT_BYTES); in updateWithLocked() local301 current += currentBytes; in updateWithLocked()
73 long totalBytes, long currentBytes, long timestamp, boolean mediaScanned) { in BluetoothOppShareInfo() argument85 mCurrentBytes = currentBytes; in BluetoothOppShareInfo()
273 public static String formatProgressText(long totalBytes, long currentBytes) { in formatProgressText() argument277 long progress = currentBytes * 100 / totalBytes; in formatProgressText()