Searched refs:getTxBytes (Results 1 – 4 of 4) sorted by relevance
34 assertEquals(258252, item.getTxBytes(10009)); in testSingleLine()71 assertEquals(6698768, item.getTxBytes(10009)); in testMultipleLines()
74 user.put(TX_BYTES_KEY, getTxBytes(uid)); in toJson()147 public int getTxBytes(int uid) { in getTxBytes() method in QtaguidItem
77 public long getTxBytes() { in getTxBytes() method in BandwidthStats
56 tb += stats.getTxBytes(); in getSumOfUidStats()