Home
last modified time | relevance | path

Searched refs:validateProtoHistBucket (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DMetricsUtilsTest.java116 validateProtoHistBucket("Bucket1[0]", phb1[0], 1, 2, 3); in testHistBucketing()
117 validateProtoHistBucket("Bucket1[1]", phb1[1], 9, 10, 1); in testHistBucketing()
118 validateProtoHistBucket("Bucket1[2]", phb1[2], 10, 20, 1); in testHistBucketing()
119 validateProtoHistBucket("Bucket1[3]", phb1[3], 90, 100, 1); in testHistBucketing()
120 validateProtoHistBucket("Bucket1[4]", phb1[4], 100, 200, 1); in testHistBucketing()
146 validateProtoHistBucket("Bucket2[3]", phb2[3], -10, -9, 1); in testHistBucketing()
147 validateProtoHistBucket("Bucket2[4]", phb2[4], 29, 30, 1); in testHistBucketing()
148 validateProtoHistBucket("Bucket2[5]", phb2[5], 30, 35, 1); in testHistBucketing()
181 validateProtoHistBucket("Bucket[1]", phb[1], 10, 30, 2); in testLinearHistBucketing()
182 validateProtoHistBucket("Bucket[2]", phb[2], 30, 60, 3); in testLinearHistBucketing()
[all …]
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/
H A DRttMetricsTest.java117 validateProtoHistBucket("Sequence AP-only: rttToAp.histogramNumRequestsPerApp[0]", in testRecordRequest()
185 validateProtoHistBucket( in testRecordRequest()
188 validateProtoHistBucket( in testRecordRequest()
191 validateProtoHistBucket( in testRecordRequest()
241 validateProtoHistBucket("Sequence AP-only: rttToAp.histogramDistance[0]", in testRecordResult()
243 validateProtoHistBucket("Sequence AP-only: rttToAp.histogramDistance[1]", in testRecordResult()
245 validateProtoHistBucket("Sequence AP-only: rttToAp.histogramDistance[2]", in testRecordResult()
247 validateProtoHistBucket("Sequence AP-only: rttToAp.histogramDistance[3]", in testRecordResult()
249 validateProtoHistBucket("Sequence AP-only: rttToAp.histogramDistance[4]", in testRecordResult()
251 validateProtoHistBucket("Sequence AP-only: rttToAp.histogramDistance[5]", in testRecordResult()
[all …]
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareMetricsTest.java194 validateProtoHistBucket("Duration[0] #1", log.histogramAwareEnabledDurationMs[0], 1, 2, in testEnableDisableAwareMetrics()
309 validateProtoHistBucket("Duration[0]", log.histogramAttachDurationMs[0], 5, 6, 1); in testAttachSessionMetrics()
310 validateProtoHistBucket("Duration[1]", log.histogramAttachDurationMs[1], 10, 20, 1); in testAttachSessionMetrics()
456 validateProtoHistBucket("histogramSubscribeGeofenceMin[0]", in testDiscoverySessionMetrics()
458 validateProtoHistBucket("histogramSubscribeGeofenceMin[1]", in testDiscoverySessionMetrics()
460 validateProtoHistBucket("histogramSubscribeGeofenceMax[0]", in testDiscoverySessionMetrics()
462 validateProtoHistBucket("histogramSubscribeGeofenceMax[1]", in testDiscoverySessionMetrics()
567 validateProtoHistBucket("Creation[0]", log.histogramNdpCreationTimeMs[0], 1, 2, 1); in testDataPathMetrics()
568 validateProtoHistBucket("Creation[1]", log.histogramNdpCreationTimeMs[1], 2, 3, 1); in testDataPathMetrics()
569 validateProtoHistBucket("Creation[2]", log.histogramNdpCreationTimeMs[2], 3, 4, 1); in testDataPathMetrics()
[all …]