Home
last modified time | relevance | path

Searched refs:receivedBytes (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DTestResultLogger.java16 public long receivedBytes; field in TestResultLogger.Result
19 receivedBytes = b; in Result()
45 return (int) ((1000*(last.receivedBytes + first.receivedBytes))/ in getAverageSpeed()
80 errorBytes = (timeError*(preFirst.receivedBytes - first.receivedBytes)) in getAverageSpeed()
84 return (int) ((1000*(errorBytes+last.receivedBytes-first.receivedBytes))/period); in getAverageSpeed()