Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/gnssmetrics/
DGnssMetrics.java65 topFourAverageCn0Statistics = new Statistics(); in GnssMetrics()
144 topFourAverageCn0Statistics.addItem(top4AvgCn0); in logCn0()
171 if (topFourAverageCn0Statistics.getCount() > 0) { in dumpGnssMetricsAsProtoString()
172 msg.numTopFourAverageCn0Processed = topFourAverageCn0Statistics.getCount(); in dumpGnssMetricsAsProtoString()
173 msg.meanTopFourAverageCn0DbHz = topFourAverageCn0Statistics.getMean(); in dumpGnssMetricsAsProtoString()
175 = topFourAverageCn0Statistics.getStandardDeviation(); in dumpGnssMetricsAsProtoString()
217 topFourAverageCn0Statistics.getCount()).append("\n"); in dumpGnssMetricsAsText()
218 if (topFourAverageCn0Statistics.getCount() > 0) { in dumpGnssMetricsAsText()
220 topFourAverageCn0Statistics.getMean()).append("\n"); in dumpGnssMetricsAsText()
222 topFourAverageCn0Statistics.getStandardDeviation()).append("\n"); in dumpGnssMetricsAsText()
[all …]