Home
last modified time | relevance | path

Searched defs:correctionThresholdNs (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/packages/modules/StatsD/statsd/tests/metrics/
DNumericValueMetricProducer_test.cpp6885 const int64_t correctionThresholdNs = 0; // 0 sec in TEST() local
6938 const int64_t correctionThresholdNs = pullDelayNs; // 1 sec in TEST() local
7005 const int64_t correctionThresholdNs = NS_PER_SEC - 1; // less than 1 sec in TEST() local
7059 const int64_t correctionThresholdNs = NS_PER_SEC + 1; // greater than 1 sec in TEST() local