Home
last modified time | relevance | path

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

/cts/hostsidetests/statsd/src/android/cts/statsd/validation/
DBatteryStatsValidationTests.java62 uploadConfig(config); in testConnectivityStateChange()
92 uploadConfig(config); in testPowerUse()
135 uploadConfig(config); in testPowerBlameUid()
187 uploadConfig(config); in testServiceStartCount()
231 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.java682 uploadConfig(builder); in uploadWakelockDurationBatteryStatsConfig()
/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()
DMetricActivationTests.java159 uploadConfig(createConfig(act1TtlSecs, act2TtlSecs)); in testCancellation()
260 uploadConfig(createConfig(act1TtlSecs, act2TtlSecs)); in testRestart()
415 uploadConfig(createConfig(act1TtlSecs, act2TtlSecs)); in testMultipleActivations()
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()
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.java91 uploadConfig(config); in testCountAnomalyDetection()
144 uploadConfig(config); in testDurationAnomalyDetection()
209 uploadConfig(config); in testDurationAnomalyDetectionForLateAlarms()
254 uploadConfig(config); in testValueAnomalyDetection()
304 uploadConfig(config); in testPerfetto()
341 uploadConfig(config); in testGaugeAnomalyDetection()
396 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.java97 uploadConfig(conf); in testLmkKillOccurred()
347 uploadConfig(config); in testCpuTimePerUid()
384 uploadConfig(config); in testCpuActiveTime()
415 uploadConfig(config); in testDeviceCalculatedPowerUse()
438 uploadConfig(config); in testDeviceCalculatedPowerBlameUid()
984 uploadConfig(config); in testBinderStats()
1034 uploadConfig(config); in testLooperStats()
1100 uploadConfig(config); in testProcessMemoryState()
1143 uploadConfig(config); in testNativeProcessMemoryState()
1177 uploadConfig(config); in testProcessMemoryHighWaterMark()
[all …]
DDeviceAtomTestCase.java101 uploadConfig(cfg); in doDeviceMethod()
112 uploadConfig(conf); in createAndUploadConfig()
DAtomTestCase.java210 uploadConfig(conf); in createAndUploadConfig()
213 protected void uploadConfig(StatsdConfig.Builder config) throws Exception { in uploadConfig() method in AtomTestCase
214 uploadConfig(config.build()); in uploadConfig()
217 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/alarm/
DAlarmTests.java57 uploadConfig(config); in testAlarm()
/cts/hostsidetests/statsd/src/android/cts/statsd/metadata/
DMetadataTests.java52 uploadConfig(config); in testConfigTtl()