Home
last modified time | relevance | path

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

/cts/hostsidetests/statsd/src/android/cts/statsd/metric/
DCountMetricsTests.java48 uploadConfig(builder); in testSimpleEventCountMetric()
101 uploadConfig(builder); in testEventCountWithCondition()
179 uploadConfig(builder); in testEventCountWithConditionAndActivation()
262 uploadConfig(builder); in testPartialBucketCountMetric()
267 uploadConfig(builder); // The count metric had a partial bucket. in testPartialBucketCountMetric()
DValueMetricsTests.java83 uploadConfig(builder); in testValueMetric()
162 uploadConfig(builder); in testPullerAcrossBuckets()
242 uploadConfig(builder); in testMultipleEventsPerBucket()
322 uploadConfig(builder); in testPullerAcrossBucketsWithActivation()
398 uploadConfig(builder); in testValueMetricWithConditionAndActivation()
DDurationMetricsTests.java86 uploadConfig(builder); in testDurationMetric()
165 uploadConfig(builder); in testDurationMetricWithCondition()
272 uploadConfig(builder); in testDurationMetricWithActivation()
383 uploadConfig(builder); in testDurationMetricWithConditionAndActivation()
557 uploadConfig(builder); in testDurationMetricWithDimension()
DMetricActivationTests.java161 uploadConfig(createConfig(act1TtlSecs, act2TtlSecs)); in testCancellation()
262 uploadConfig(createConfig(act1TtlSecs, act2TtlSecs)); in testRestart()
418 uploadConfig(createConfig(act1TtlSecs, act2TtlSecs)); in testMultipleActivations()
DGaugeMetricsTests.java98 uploadConfig(builder); in testGaugeMetric()
193 uploadConfig(builder); in testPulledGaugeMetricWithActivation()
267 uploadConfig(builder); in testPulledGaugeMetricWithConditionAndActivation()
/cts/hostsidetests/statsd/src/android/cts/statsd/alert/
DAnomalyDetectionTests.java108 uploadConfig(config); in testCountAnomalyDetection()
161 uploadConfig(config); in testDurationAnomalyDetection()
226 uploadConfig(config); in testDurationAnomalyDetectionForLateAlarms()
271 uploadConfig(config); in testValueAnomalyDetection()
321 uploadConfig(config); in testPerfetto()
358 uploadConfig(config); in testGaugeAnomalyDetection()
413 uploadConfig(config); in testPulledAnomalyDetection()
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DHostAtomTests.java344 uploadConfig(config); in testRemainingBatteryCapacity()
370 uploadConfig(config); in testFullBatteryCapacity()
394 uploadConfig(config); in testBatteryVoltage()
419 uploadConfig(config); in testBatteryLevel()
445 uploadConfig(config); in testBatteryCycleCount()
468 uploadConfig(config); in testKernelWakelock()
504 uploadConfig(config); in testWifiActivityInfo()
529 uploadConfig(config); in testBuildInformation()
557 uploadConfig(config); in testOnDevicePowerMeasurement()
DUidAtomTests.java95 uploadConfig(conf); in testLmkKillOccurred()
345 uploadConfig(config); in testCpuTimePerUid()
377 uploadConfig(config); in testDeviceCalculatedPowerUse()
400 uploadConfig(config); in testDeviceCalculatedPowerBlameUid()
954 uploadConfig(config); in testBinderStats()
1004 uploadConfig(config); in testLooperStats()
1070 uploadConfig(config); in testProcessMemoryState()
1115 uploadConfig(config); in testNativeProcessMemoryState()
1150 uploadConfig(config); in testProcessMemoryHighWaterMark()
1216 uploadConfig(config); in testRoleHolder()
[all …]
DDeviceAtomTestCase.java102 uploadConfig(cfg); in doDeviceMethod()
113 uploadConfig(conf); in createAndUploadConfig()
DAtomTestCase.java211 uploadConfig(conf); in createAndUploadConfig()
214 protected void uploadConfig(StatsdConfig.Builder config) throws Exception { in uploadConfig() method in AtomTestCase
215 uploadConfig(config.build()); in uploadConfig()
218 protected void uploadConfig(StatsdConfig config) throws Exception { in uploadConfig() method in AtomTestCase
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DAtomMetricTester.java81 uploadConfig(conf); in createAndUploadConfig()
84 private void uploadConfig(StatsdConfig.Builder config) throws Exception { in uploadConfig() method in AtomMetricTester
85 uploadConfig(config.build()); in uploadConfig()
88 private void uploadConfig(StatsdConfig config) throws Exception { in uploadConfig() method in AtomMetricTester
/cts/hostsidetests/statsd/src/android/cts/statsd/validation/
DBatteryStatsValidationTests.java96 uploadConfig(config); in testPowerUse()
130 uploadConfig(config); in testServiceStartCount()
174 uploadConfig(config); in testServiceLaunchCount()
DProcStatsValidationTests.java62 uploadConfig(config); in testProcessStateTopDuration()
127 uploadConfig(config);
192 uploadConfig(config);
282 uploadConfig(config);
387 uploadConfig(config); in testProcStatsPkgProcStats()
DValidationTests.java686 uploadConfig(builder); in uploadWakelockDurationBatteryStatsConfig()
/cts/hostsidetests/statsd/src/android/cts/statsd/alarm/
DAlarmTests.java57 uploadConfig(config); in testAlarm()
/cts/hostsidetests/statsd/src/android/cts/statsd/metadata/
DMetadataTests.java52 uploadConfig(config); in testConfigTtl()