Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DStatsdStatsHelper.java32 static final String STATSDSTATS_PREFIX = "statsdstats"; field in StatsdStatsHelper
104 MetricUtility.constructKey(STATSDSTATS_PREFIX, ATOM_STATS_PREFIX); in populateAtomStats()
134 MetricUtility.constructKey(STATSDSTATS_PREFIX, CONFIG_STATS_PREFIX); in populateConfigStats()
278 STATSDSTATS_PREFIX, ANOMALY_ALARM_STATS_PREFIX, "alarms_registered"); in populateAnomalyAlarmStats()
285 MetricUtility.constructKey(STATSDSTATS_PREFIX, PULLED_ATOM_STATS_PREFIX); in populatePulledAtomStats()
396 MetricUtility.constructKey(STATSDSTATS_PREFIX, ATOM_METRIC_STATS_PREFIX); in populateAtomMetricStats()
488 MetricUtility.constructKey(STATSDSTATS_PREFIX, DETECTED_LOG_LOSS_STATS_PREFIX); in populateDetectedLogLossStats()
520 MetricUtility.constructKey(STATSDSTATS_PREFIX, EVENT_QUEUE_OVERFLOW_STATS_PREFIX); in populateEventQueueOverflowStats()
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DStatsdStatsHelperTest.java261 StatsdStatsHelper.STATSDSTATS_PREFIX, in verifyAtomStats()
337 StatsdStatsHelper.STATSDSTATS_PREFIX, in verifyConfigStats()
362 StatsdStatsHelper.STATSDSTATS_PREFIX, in verifyAnomalyAlarmStats()
373 StatsdStatsHelper.STATSDSTATS_PREFIX, in verifyPulledAtomStats()
445 StatsdStatsHelper.STATSDSTATS_PREFIX, in verifyAtomMetricStats()
502 StatsdStatsHelper.STATSDSTATS_PREFIX, in verifyDetectedLogLossStats()
526 StatsdStatsHelper.STATSDSTATS_PREFIX, in verifyEventQueueOverfowStats()