Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/tools/localtools/test/com/android/statsd/shelltools/testdrive/
DConfigurationTest.java203 for (StatsdConfigProto.EventMetric eventMetric : config.getEventMetricList()) { in testOnePulledTwoPushed()
204 assertTrue(mConfiguration.isTrackedMetric(eventMetric.getId())); in testOnePulledTwoPushed()
297 StatsdConfigProto.EventMetric eventMetric = config.getEventMetric(0); in testOnePulledTwoPushedTogether() local
298 assertTrue(mConfiguration.isTrackedMetric(eventMetric.getId())); in testOnePulledTwoPushedTogether()
310 eventMetric.getWhat()); in testOnePulledTwoPushedTogether()
/frameworks/base/cmds/statsd/src/metrics/
DEventMetricProducer.h37 const ConfigKey& key, const EventMetric& eventMetric, const int conditionIndex,
Dmetrics_manager_util.cpp600 sp<MetricProducer> eventMetric = in initMetrics() local
604 allMetricProducers.push_back(eventMetric); in initMetrics()