Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/alert/
H A DAnomalyDetectionTests.java108 uploadConfig(config); in testCountAnomalyDetection()
157 uploadConfig(config); in testDurationAnomalyDetection()
221 uploadConfig(config); in testDurationAnomalyDetectionForLateAlarms()
262 uploadConfig(config); in testValueAnomalyDetection()
308 uploadConfig(config); in testPerfetto()
353 uploadConfig(config); in testGaugeAnomalyDetection()
398 uploadConfig(config); in testPulledAnomalyDetection()
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
H A DCountMetricsTests.java55 uploadConfig(builder); in testSimpleEventCountMetric()
106 uploadConfig(builder); in testEventCountWithCondition()
181 uploadConfig(builder); in testEventCountWithConditionAndActivation()
264 uploadConfig(builder); in testPartialBucketCountMetric()
269 uploadConfig(builder); // The count metric had a partial bucket. in testPartialBucketCountMetric()
391 uploadConfig(builder);
H A DValueMetricsTests.java81 uploadConfig(builder); in testValueMetric()
157 uploadConfig(builder); in testPullerAcrossBuckets()
234 uploadConfig(builder); in testMultipleEventsPerBucket()
310 uploadConfig(builder); in testPullerAcrossBucketsWithActivation()
387 uploadConfig(builder); in testValueMetricWithConditionAndActivation()
H A DDurationMetricsTests.java82 uploadConfig(builder); in testDurationMetric()
157 uploadConfig(builder); in testDurationMetricWithCondition()
260 uploadConfig(builder); in testDurationMetricWithActivation()
367 uploadConfig(builder); in testDurationMetricWithConditionAndActivation()
533 uploadConfig(builder); in testDurationMetricWithDimension()
H A DMetricActivationTests.java161 uploadConfig(createConfig(act1TtlSecs, act2TtlSecs)); in testCancellation()
258 uploadConfig(createConfig(act1TtlSecs, act2TtlSecs)); in testRestart()
410 uploadConfig(createConfig(act1TtlSecs, act2TtlSecs)); in testMultipleActivations()
H A DGaugeMetricsTests.java95 uploadConfig(builder); in testGaugeMetric()
188 uploadConfig(builder); in testPulledGaugeMetricWithActivation()
258 uploadConfig(builder); in testPulledGaugeMetricWithConditionAndActivation()
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/validation/
H A DProcStatsValidationTests.java50 uploadConfig(config); in testProcessStatePssValue()
145 uploadConfig(config); in testProcessStateByPulling()
H A DValidationTests.java641 uploadConfig(builder); in uploadWakelockDurationBatteryStatsConfig()
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
H A DDeviceAtomTestCase.java106 uploadConfig(cfg); in doDeviceMethod()
117 uploadConfig(conf); in createAndUploadConfig()
H A DAtomTestCase.java285 uploadConfig(conf); in createAndUploadConfig()
288 protected void uploadConfig(StatsdConfig.Builder config) throws Exception { in uploadConfig() method in AtomTestCase
289 uploadConfig(config.build()); in uploadConfig()
292 protected void uploadConfig(StatsdConfig config) throws Exception { in uploadConfig() method in AtomTestCase
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/alarm/
H A DAlarmTests.java56 uploadConfig(config); in testAlarm()
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metadata/
H A DMetadataTests.java51 uploadConfig(config); in testConfigTtl()