Searched defs:conditionLabel (Results 1 – 3 of 3) sorted by relevance
/packages/modules/StatsD/tests/src/android/cts/statsd/metric/ |
D | DurationMetricsTests.java | 124 final int conditionLabel = 2; in testDurationMetricWithCondition() local 190 AppBreadcrumbReported.State.START.getNumber(), conditionLabel); in testDurationMetricWithCondition() local 207 AppBreadcrumbReported.State.STOP.getNumber(), conditionLabel); in testDurationMetricWithCondition() local 334 final int conditionLabel = 2; in testDurationMetricWithConditionAndActivation() local 406 AppBreadcrumbReported.State.START.getNumber(), conditionLabel); in testDurationMetricWithConditionAndActivation() local 423 AppBreadcrumbReported.State.STOP.getNumber(), conditionLabel); in testDurationMetricWithConditionAndActivation() local 457 AppBreadcrumbReported.State.START.getNumber(), conditionLabel); in testDurationMetricWithConditionAndActivation() local
|
D | GaugeMetricsTests.java | 240 final int conditionLabel = 2; in testPulledGaugeMetricWithConditionAndActivation() local 300 AppBreadcrumbReported.State.START.getNumber(), conditionLabel); in testPulledGaugeMetricWithConditionAndActivation() local 315 AppBreadcrumbReported.State.STOP.getNumber(), conditionLabel); in testPulledGaugeMetricWithConditionAndActivation() local 333 AppBreadcrumbReported.State.START.getNumber(), conditionLabel); in testPulledGaugeMetricWithConditionAndActivation() local
|
D | ValueMetricsTests.java | 360 final int conditionLabel = 2; in testValueMetricWithConditionAndActivation() local 426 AppBreadcrumbReported.State.START.getNumber(), conditionLabel); in testValueMetricWithConditionAndActivation() local 441 AppBreadcrumbReported.State.STOP.getNumber(), conditionLabel); in testValueMetricWithConditionAndActivation() local 459 AppBreadcrumbReported.State.START.getNumber(), conditionLabel); in testValueMetricWithConditionAndActivation() local
|