Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
H A DDurationMetricsTests.java105 final int conditionLabel = 2; in testDurationMetricWithCondition() local
113 APP_BREADCRUMB_REPORTED_B_MATCH_START_ID, conditionLabel); in testDurationMetricWithCondition()
115 APP_BREADCRUMB_REPORTED_B_MATCH_STOP_ID, conditionLabel); in testDurationMetricWithCondition()
170 doAppBreadcrumbReportedStart(conditionLabel); in testDurationMetricWithCondition()
184 doAppBreadcrumbReportedStop(conditionLabel); in testDurationMetricWithCondition()
303 final int conditionLabel = 2; in testDurationMetricWithConditionAndActivation() local
314 APP_BREADCRUMB_REPORTED_B_MATCH_START_ID, conditionLabel); in testDurationMetricWithConditionAndActivation()
316 APP_BREADCRUMB_REPORTED_B_MATCH_STOP_ID, conditionLabel); in testDurationMetricWithConditionAndActivation()
374 doAppBreadcrumbReportedStart(conditionLabel); in testDurationMetricWithConditionAndActivation()
388 doAppBreadcrumbReportedStop(conditionLabel); in testDurationMetricWithConditionAndActivation()
[all …]
H A DGaugeMetricsTests.java200 final int conditionLabel = 2; in testPulledGaugeMetricWithConditionAndActivation() local
208 APP_BREADCRUMB_REPORTED_A_MATCH_START_ID, conditionLabel); in testPulledGaugeMetricWithConditionAndActivation()
210 APP_BREADCRUMB_REPORTED_A_MATCH_STOP_ID, conditionLabel); in testPulledGaugeMetricWithConditionAndActivation()
265 doAppBreadcrumbReportedStart(conditionLabel); in testPulledGaugeMetricWithConditionAndActivation()
277 doAppBreadcrumbReportedStop(conditionLabel); in testPulledGaugeMetricWithConditionAndActivation()
292 doAppBreadcrumbReportedStart(conditionLabel); in testPulledGaugeMetricWithConditionAndActivation()
H A DValueMetricsTests.java330 final int conditionLabel = 2; in testValueMetricWithConditionAndActivation() local
338 APP_BREADCRUMB_REPORTED_A_MATCH_START_ID, conditionLabel); in testValueMetricWithConditionAndActivation()
340 APP_BREADCRUMB_REPORTED_A_MATCH_STOP_ID, conditionLabel); in testValueMetricWithConditionAndActivation()
394 doAppBreadcrumbReportedStart(conditionLabel); in testValueMetricWithConditionAndActivation()
406 doAppBreadcrumbReportedStop(conditionLabel); in testValueMetricWithConditionAndActivation()
421 doAppBreadcrumbReportedStart(conditionLabel); in testValueMetricWithConditionAndActivation()