Searched refs:mTopFourAverageCn0StatisticsL5 (Results 1 – 1 of 1) sorted by relevance
94 private Statistics mTopFourAverageCn0StatisticsL5; field in GnssMetrics135 mTopFourAverageCn0StatisticsL5 = new Statistics(); in GnssMetrics()283 mTopFourAverageCn0StatisticsL5.addItem(top4AvgCn0); in logCn0L5()340 if (mTopFourAverageCn0StatisticsL5.getCount() > 0) { in dumpGnssMetricsAsProtoString()341 msg.numL5TopFourAverageCn0Processed = mTopFourAverageCn0StatisticsL5.getCount(); in dumpGnssMetricsAsProtoString()342 msg.meanL5TopFourAverageCn0DbHz = mTopFourAverageCn0StatisticsL5.getMean(); in dumpGnssMetricsAsProtoString()344 mTopFourAverageCn0StatisticsL5.getStandardDeviation(); in dumpGnssMetricsAsProtoString()406 mTopFourAverageCn0StatisticsL5.getCount()).append("\n"); in dumpGnssMetricsAsText()407 if (mTopFourAverageCn0StatisticsL5.getCount() > 0) { in dumpGnssMetricsAsText()409 mTopFourAverageCn0StatisticsL5.getMean()).append("\n"); in dumpGnssMetricsAsText()[all …]