Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java2673 printAvgStats(mBwEstValue[i][j], mBwEstCount[i][j], pw); in dump()
2675 printAvgStats(mBwEstErrorAccPercent[i][j], mBwEstCount[i][j], pw); in dump()
2677 printAvgStats(mL2ErrorAccPercent[i][j], mBwEstCount[i][j], pw); in dump()
2691 private void printAvgStats(long[] stats, int[] count, PrintWriter pw) { in printAvgStats() method in WifiScoreCard