Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/tests/
DStatsLogProcessor_test.cpp333 auto countMetric3 = config2.add_count_metric(); in TEST() local
334 countMetric3->set_id(metricId3); in TEST()
335 countMetric3->set_what(wakelockAcquireMatcher.id()); in TEST()
336 countMetric3->set_bucket(FIVE_MINUTES); in TEST()
1522 auto countMetric3 = config1.add_count_metric(); in TEST() local
1523 countMetric3->set_id(metricId3); in TEST()
1524 countMetric3->set_what(wakelockAcquireMatcher.id()); in TEST()
1525 countMetric3->set_bucket(FIVE_MINUTES); in TEST()