Home
last modified time | relevance | path

Searched refs:bucketCount (Results 1 – 7 of 7) sorted by relevance

/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
DGaugeMetricsTests.java127 int bucketCount = gaugeData.getData(0).getBucketInfoCount(); in testGaugeMetric() local
129 assertThat(bucketCount).isGreaterThan(2); in testGaugeMetric()
140 MetricsUtils.assertBucketTimePresent(data.getBucketInfo(bucketCount-1)); in testGaugeMetric()
141 assertThat(data.getBucketInfo(bucketCount-1).getAtomCount()).isEqualTo(1); in testGaugeMetric()
142 assertThat(data.getBucketInfo(bucketCount-1).getAtom(0).getAppBreadcrumbReported().getLabel()) in testGaugeMetric()
144 assertThat(data.getBucketInfo(bucketCount-1).getAtom(0).getAppBreadcrumbReported().getState()) in testGaugeMetric()
DValueMetricsTests.java100 int bucketCount = valueData.getData(0).getBucketInfoCount(); in testValueMetric() local
101 assertThat(bucketCount).isGreaterThan(1); in testValueMetric()
175 int bucketCount = valueData.getData(0).getBucketInfoCount(); in testPullerAcrossBuckets() local
177 assertThat(bucketCount).isAtLeast(2); in testPullerAcrossBuckets()
256 int bucketCount = valueData.getData(0).getBucketInfoCount(); in testMultipleEventsPerBucket() local
258 assertThat(bucketCount).isAtLeast(2); in testMultipleEventsPerBucket()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLocaleUtils.java278 final int bucketCount = getBucketCount(); in getLabels() local
279 final ArrayList<String> labels = new ArrayList<String>(bucketCount); in getLabels()
280 for(int i = 0; i < bucketCount; ++i) { in getLabels()
/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.h544 long bucketCount = 0; member
DStatsdStats.cpp559 getAtomMetricStats(metricId).bucketCount++; in noteBucketCount()
/packages/modules/StatsD/statsd/src/
Dstats_log_util.cpp549 (long long)pair.second.bucketCount, protoOutput); in writeAtomMetricStatsToStream()
/packages/modules/Connectivity/Tethering/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1050 Landroid/net/NetworkStatsHistory;->bucketCount:I