Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DIntHistogramTest.java19 import static com.android.server.wifi.WifiMetricsTestUtil.assertHistogramBucketsEqual;
102 assertHistogramBucketsEqual(expectedProto, actualProto); in testAddToHistogram()
143 assertHistogramBucketsEqual(expectedProto, actualProto); in testAddToHistogramWithGap()
198 assertHistogramBucketsEqual(expectedProto, actualProto); in testAddNegativeToHistogram()
216 assertHistogramBucketsEqual(expectedProto, mHistogram.toProto()); in testEmptyHistogram()
239 assertHistogramBucketsEqual(expectedProto, mHistogram.toProto()); in testLength1Histogram()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTestUtil.java42 public static void assertHistogramBucketsEqual(HistogramBucketInt32[] expected, in assertHistogramBucketsEqual() method in WifiMetricsTestUtil
DWifiMetricsTest.java25 import static com.android.server.wifi.WifiMetricsTestUtil.assertHistogramBucketsEqual;
3528 assertHistogramBucketsEqual(expectedSuccessTimeSinceLastTxSuccessSecondsHistogram, in testLogLinkProbeMetrics()
3535 assertHistogramBucketsEqual(expectedFailureTimeSinceLastTxSuccessSecondsHistogram, in testLogLinkProbeMetrics()
3542 assertHistogramBucketsEqual(expectedSuccessElapsedTimeMsHistogram, in testLogLinkProbeMetrics()
3666 assertHistogramBucketsEqual(expectedNetworkMatchSizeHistogram, in testWifiNetworkRequestApiLog()
3711 assertHistogramBucketsEqual(expectedNetworkListSizeHistogram, in testWifiNetworkSuggestionApiLog()
3792 assertHistogramBucketsEqual(expectedHighPerfHistogram, in testWifiLockActiveSession()
3795 assertHistogramBucketsEqual(expectedLowLatencyHistogram, in testWifiLockActiveSession()
3830 assertHistogramBucketsEqual(expectedHighPerfHistogram, in testWifiLockAcqSession()
3833 assertHistogramBucketsEqual(expectedLowLatencyHistogram, in testWifiLockAcqSession()