/cts/hostsidetests/statsd/src/android/cts/statsd/metric/ |
D | CountMetricsTests.java | 48 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()
|
D | ValueMetricsTests.java | 83 uploadConfig(builder); in testValueMetric() 162 uploadConfig(builder); in testPullerAcrossBuckets() 242 uploadConfig(builder); in testMultipleEventsPerBucket() 322 uploadConfig(builder); in testPullerAcrossBucketsWithActivation() 398 uploadConfig(builder); in testValueMetricWithConditionAndActivation()
|
D | DurationMetricsTests.java | 86 uploadConfig(builder); in testDurationMetric() 165 uploadConfig(builder); in testDurationMetricWithCondition() 272 uploadConfig(builder); in testDurationMetricWithActivation() 383 uploadConfig(builder); in testDurationMetricWithConditionAndActivation() 557 uploadConfig(builder); in testDurationMetricWithDimension()
|
D | MetricActivationTests.java | 161 uploadConfig(createConfig(act1TtlSecs, act2TtlSecs)); in testCancellation() 262 uploadConfig(createConfig(act1TtlSecs, act2TtlSecs)); in testRestart() 418 uploadConfig(createConfig(act1TtlSecs, act2TtlSecs)); in testMultipleActivations()
|
D | GaugeMetricsTests.java | 98 uploadConfig(builder); in testGaugeMetric() 193 uploadConfig(builder); in testPulledGaugeMetricWithActivation() 267 uploadConfig(builder); in testPulledGaugeMetricWithConditionAndActivation()
|
/cts/hostsidetests/statsd/src/android/cts/statsd/alert/ |
D | AnomalyDetectionTests.java | 108 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/ |
D | HostAtomTests.java | 344 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()
|
D | UidAtomTests.java | 95 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 …]
|
D | DeviceAtomTestCase.java | 102 uploadConfig(cfg); in doDeviceMethod() 113 uploadConfig(conf); in createAndUploadConfig()
|
D | AtomTestCase.java | 211 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/ |
D | AtomMetricTester.java | 81 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/ |
D | BatteryStatsValidationTests.java | 96 uploadConfig(config); in testPowerUse() 130 uploadConfig(config); in testServiceStartCount() 174 uploadConfig(config); in testServiceLaunchCount()
|
D | ProcStatsValidationTests.java | 62 uploadConfig(config); in testProcessStateTopDuration() 127 uploadConfig(config); 192 uploadConfig(config); 282 uploadConfig(config); 387 uploadConfig(config); in testProcStatsPkgProcStats()
|
D | ValidationTests.java | 686 uploadConfig(builder); in uploadWakelockDurationBatteryStatsConfig()
|
/cts/hostsidetests/statsd/src/android/cts/statsd/alarm/ |
D | AlarmTests.java | 57 uploadConfig(config); in testAlarm()
|
/cts/hostsidetests/statsd/src/android/cts/statsd/metadata/ |
D | MetadataTests.java | 52 uploadConfig(config); in testConfigTtl()
|