Searched refs:msgPrefix (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/ |
D | RttMetricsTest.java | 560 private void checkMainStats(String msgPrefix, WifiMetricsProto.WifiRttLog log, int numRequests, in checkMainStats() argument 563 collector.checkThat(msgPrefix + ": numRequests", log.numRequests, equalTo(numRequests)); in checkMainStats() 564 collector.checkThat(msgPrefix + ": histogramOverallStatus.length", in checkMainStats() 567 collector.checkThat(msgPrefix + ": histogramMeasurementDurationApOnly.length", in checkMainStats() 570 collector.checkThat(msgPrefix + ": histogramMeasurementDurationWithAware.length", in checkMainStats() 575 private void checkPeerStats(String msgPrefix, WifiMetricsProto.WifiRttLog.RttToPeerLog log, in checkPeerStats() argument 580 collector.checkThat(msgPrefix + ": numRequests", log.numRequests, equalTo(numRequests)); in checkPeerStats() 581 collector.checkThat(msgPrefix + ": numIndividualRequests", log.numIndividualRequests, in checkPeerStats() 583 collector.checkThat(msgPrefix + ": numApps", log.numApps, equalTo(numApps)); in checkPeerStats() 584 collector.checkThat(msgPrefix + ": histogramNumRequestsPerApp.length", in checkPeerStats() [all …]
|