Home
last modified time | relevance | path

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

/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
DValueMetricsTests.java100 int bucketCount = valueData.getData(0).getBucketInfoCount(); in testValueMetric() local
175 int bucketCount = valueData.getData(0).getBucketInfoCount(); in testPullerAcrossBuckets() local
256 int bucketCount = valueData.getData(0).getBucketInfoCount(); in testMultipleEventsPerBucket() local
DGaugeMetricsTests.java127 int bucketCount = gaugeData.getData(0).getBucketInfoCount(); in testGaugeMetric() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLocaleUtils.java278 final int bucketCount = getBucketCount(); in getLabels() local
/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.h544 long bucketCount = 0; member