Searched refs:mBwEstErrorAcc (Results 1 – 1 of 1) sorted by relevance
2965 stats.mBwEstErrorAcc[signalLevel] += Math.abs(bwEstExtErrPercent); in writeBandwidthStats()3003 final long[] mBwEstErrorAcc = new long[NUM_SIGNAL_LEVEL]; field in TelephonyMetrics.BwEstimationStats3019 .append("\n BwEst Error\n").append(printAvgValues(mBwEstErrorAcc, mCount)) in toString()3064 stats.bwEstErrorPercent = calculateAvg(mBwEstErrorAcc[level], count); in writeBandwidthStatsPerLevel()