Searched refs:avgBwKbps (Results 1 – 3 of 3) sorted by relevance
862 private int calculateByteCountThreshold(int avgBwKbps, int durationMs) { in calculateByteCountThreshold() argument863 long avgBytes = (long) avgBwKbps / 8 * durationMs; in calculateByteCountThreshold()
903 assertEquals(400_000, stats.perRatTx[0].perLevel[0].avgBwKbps); in testWriteBandwidthStats()
3062 stats.avgBwKbps = calculateAvg(mBwAccKbps[level], count); in writeBandwidthStatsPerLevel()