Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/tests/
DStatsLogProcessor_test.cpp396 auto countMetric3 = config2.add_count_metric(); in TEST() local
397 countMetric3->set_id(metricId3); in TEST()
398 countMetric3->set_what(wakelockAcquireMatcher.id()); in TEST()
399 countMetric3->set_bucket(FIVE_MINUTES); in TEST()
1524 auto countMetric3 = config1.add_count_metric(); in TEST() local
1525 countMetric3->set_id(metricId3); in TEST()
1526 countMetric3->set_what(wakelockAcquireMatcher.id()); in TEST()
1527 countMetric3->set_bucket(FIVE_MINUTES); in TEST()