Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
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()
121 validateProtoHistBucket("Bucket1[5]", phb1[5], 900, 1000, 3); in testHistBucketing()
122 validateProtoHistBucket("Bucket1[6]", phb1[6], 1000, 2000, 1); in testHistBucketing()
123 validateProtoHistBucket("Bucket1[7]", phb1[7], 9000, 10000, 3); in testHistBucketing()
124 validateProtoHistBucket("Bucket1[8]", phb1[8], 10000, 20000, 1); in testHistBucketing()
125 validateProtoHistBucket("Bucket1[9]", phb1[9], 90000, 100000, 3); in testHistBucketing()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/
DRttMetricsTest.java118 validateProtoHistBucket("Sequence AP-only: rttToAp.histogramNumRequestsPerApp[0]", in testRecordRequest()
120 validateProtoHistBucket("Sequence AP-only: rttToAp.histogramNumRequestsPerApp[1]", in testRecordRequest()
123 validateProtoHistBucket("Sequence AP-only: rttToAp.histogramNumPeersPerRequest[0]", in testRecordRequest()
125 validateProtoHistBucket("Sequence AP-only: rttToAp.histogramNumPeersPerRequest[1]", in testRecordRequest()
127 validateProtoHistBucket("Sequence AP-only: rttToAp.histogramNumPeersPerRequest[2]", in testRecordRequest()
129 validateProtoHistBucket("Sequence AP-only: rttToAp.histogramNumPeersPerRequest[3]", in testRecordRequest()
132 validateProtoHistBucket("Sequence AP-only: rttToAp.histogramRequestIntervalMs[0]", in testRecordRequest()
134 validateProtoHistBucket("Sequence AP-only: rttToAp.histogramRequestIntervalMs[1]", in testRecordRequest()
136 validateProtoHistBucket("Sequence AP-only: rttToAp.histogramRequestIntervalMs[2]", in testRecordRequest()
138 validateProtoHistBucket("Sequence AP-only: rttToAp.histogramRequestIntervalMs[3]", in testRecordRequest()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareMetricsTest.java153 validateProtoHistBucket("Duration[0] #1", log.histogramAwareAvailableDurationMs[0], 1, 2, in testEnableDisableUsageMetrics()
155 validateProtoHistBucket("Duration[1] #1", log.histogramAwareAvailableDurationMs[1], 5, 6, in testEnableDisableUsageMetrics()
167 validateProtoHistBucket("Duration[0] #2", log.histogramAwareAvailableDurationMs[0], 1, 2, in testEnableDisableUsageMetrics()
169 validateProtoHistBucket("Duration[1] #2", log.histogramAwareAvailableDurationMs[1], 5, 6, in testEnableDisableUsageMetrics()
182 validateProtoHistBucket("Duration[0] #3", log.histogramAwareAvailableDurationMs[0], 8, 9, in testEnableDisableUsageMetrics()
214 validateProtoHistBucket("Duration[0] #1", log.histogramAwareEnabledDurationMs[0], 1, 2, in testEnableDisableAwareMetrics()
216 validateProtoHistBucket("Duration[1] #1", log.histogramAwareEnabledDurationMs[1], 5, 6, in testEnableDisableAwareMetrics()
228 validateProtoHistBucket("Duration[0] #2", log.histogramAwareEnabledDurationMs[0], 1, 2, in testEnableDisableAwareMetrics()
230 validateProtoHistBucket("Duration[1] #2", log.histogramAwareEnabledDurationMs[1], 5, 6, in testEnableDisableAwareMetrics()
243 validateProtoHistBucket("Duration[0] #3", log.histogramAwareEnabledDurationMs[0], 8, 9, in testEnableDisableAwareMetrics()
[all …]