Searched refs:bucketCount (Results 1 – 7 of 7) sorted by relevance
127 int bucketCount = gaugeData.getData(0).getBucketInfoCount(); in testGaugeMetric() local129 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()
100 int bucketCount = valueData.getData(0).getBucketInfoCount(); in testValueMetric() local101 assertThat(bucketCount).isGreaterThan(1); in testValueMetric()175 int bucketCount = valueData.getData(0).getBucketInfoCount(); in testPullerAcrossBuckets() local177 assertThat(bucketCount).isAtLeast(2); in testPullerAcrossBuckets()256 int bucketCount = valueData.getData(0).getBucketInfoCount(); in testMultipleEventsPerBucket() local258 assertThat(bucketCount).isAtLeast(2); in testMultipleEventsPerBucket()
278 final int bucketCount = getBucketCount(); in getLabels() local279 final ArrayList<String> labels = new ArrayList<String>(bucketCount); in getLabels()280 for(int i = 0; i < bucketCount; ++i) { in getLabels()
544 long bucketCount = 0; member
559 getAtomMetricStats(metricId).bucketCount++; in noteBucketCount()
549 (long long)pair.second.bucketCount, protoOutput); in writeAtomMetricStatsToStream()
1050 Landroid/net/NetworkStatsHistory;->bucketCount:I