Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tools/localtools/test/com/android/statsd/shelltools/testdrive/
DConfigurationTest.java80 assertTrue(mConfiguration.isTrackedMetric(config.getEventMetric(0).getId())); in testOnePushed()
124 assertTrue(mConfiguration.isTrackedMetric(config.getGaugeMetric(0).getId())); in testOnePulled()
201 assertTrue(mConfiguration.isTrackedMetric(gaugeMetric.getId())); in testOnePulledTwoPushed()
204 assertTrue(mConfiguration.isTrackedMetric(eventMetric.getId())); in testOnePulledTwoPushed()
294 assertTrue(mConfiguration.isTrackedMetric(gaugeMetric.getId())); in testOnePulledTwoPushedTogether()
298 assertTrue(mConfiguration.isTrackedMetric(eventMetric.getId())); in testOnePulledTwoPushedTogether()
/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/
DTestDrive.java224 if (isTrackedMetric(statsLog.getMetricId())) { in dumpMetrics()
230 boolean isTrackedMetric(long metricId) { in isTrackedMetric() method in TestDrive.Configuration