Home
last modified time | relevance | path

Searched defs:bucketCount (Results 1 – 5 of 5) 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.java128 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/Connectivity/framework-t/src/android/net/
DNetworkStatsHistory.java99 private int bucketCount; field in NetworkStatsHistory
112 long[] operations, int bucketCount, long totalBytes) { in NetworkStatsHistory()
/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.h684 long bucketCount = 0; member