Searched refs:mTopFourAverageCn0StatisticsL5 (Results 1 – 1 of 1) sorted by relevance
90 mTopFourAverageCn0StatisticsL5 = new Statistics(); in GnssMetrics()248 mTopFourAverageCn0StatisticsL5.addItem(top4AvgCn0); in logCn0L5()305 if (mTopFourAverageCn0StatisticsL5.getCount() > 0) { in dumpGnssMetricsAsProtoString()306 msg.numL5TopFourAverageCn0Processed = mTopFourAverageCn0StatisticsL5.getCount(); in dumpGnssMetricsAsProtoString()307 msg.meanL5TopFourAverageCn0DbHz = mTopFourAverageCn0StatisticsL5.getMean(); in dumpGnssMetricsAsProtoString()309 mTopFourAverageCn0StatisticsL5.getStandardDeviation(); in dumpGnssMetricsAsProtoString()368 mTopFourAverageCn0StatisticsL5.getCount()).append("\n"); in dumpGnssMetricsAsText()369 if (mTopFourAverageCn0StatisticsL5.getCount() > 0) { in dumpGnssMetricsAsText()371 mTopFourAverageCn0StatisticsL5.getMean()).append("\n"); in dumpGnssMetricsAsText()373 mTopFourAverageCn0StatisticsL5.getStandardDeviation()).append("\n"); in dumpGnssMetricsAsText()[all …]