Searched refs:currentBytes (Results 1 – 7 of 7) sorted by relevance
45 private int currentBytes = 42; field in BluetoothOppShareInfoTest64 currentBytes, in setUp()80 assertThat(mBluetoothOppShareInfo.mCurrentBytes).isEqualTo(currentBytes); in testConstructor()
102 int currentBytes = 42; in startThenStop_startsAndStopsClientThread() local118 currentBytes, in startThenStop_startsAndStopsClientThread()170 int currentBytes = 42; in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError() local186 currentBytes, in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError()
143 int currentBytes = 42; in addShare_updatesShareInfo() local159 currentBytes, in addShare_updatesShareInfo()256 int currentBytes = 42; in onPut_returnsObexHttpOk() local272 currentBytes, in onPut_returnsObexHttpOk()
83 long currentBytes, in BluetoothOppShareInfo() argument97 mCurrentBytes = currentBytes; in BluetoothOppShareInfo()
337 public static String formatProgressText(long totalBytes, long currentBytes) { in formatProgressText() argument342 percent = currentBytes / (double) totalBytes; in formatProgressText()
736 final long currentBytes = mInfoDelta.mCurrentBytes; in updateProgress() local740 final long sampleSpeed = ((currentBytes - mSpeedSampleBytes) * 1000) in updateProgress()755 mSpeedSampleBytes = currentBytes; in updateProgress()758 final long bytesDelta = currentBytes - mLastUpdateBytes; in updateProgress()767 mLastUpdateBytes = currentBytes; in updateProgress()
315 final long currentBytes = cursor.getLong(UpdateQuery.CURRENT_BYTES); in updateWithLocked() local319 current += currentBytes; in updateWithLocked()