Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/
H A DRttMetricsTest.java80 checkMainStats("No requests", log, 0, 0, 0, 0); in testRecordRequest()
113 checkMainStats("Sequence AP-only", log, 10, 0, 0, 0); in testRecordRequest()
165 checkMainStats("Sequence Mixed AP/Aware", log, 4, 0, 0, 0); in testRecordRequest()
208 checkMainStats("No requests", log, 0, 0, 0, 0); in testRecordResult()
229 checkMainStats("Sequence AP-only", log, 0, 0, 2, 0); in testRecordResult()
273 checkMainStats("Sequence Mixed AP/Aware", log, 0, 0, 1, 2); in testRecordResult()
333 checkMainStats("Sequence Mixed AP/Aware", log, 0, 0, 0, 1); in testRecordMissingResults()
378 checkMainStats("Sequence Mixed AP/Aware", log, 0, 0, 0, 0); in testRecordNullArrayResults()
551 private void checkMainStats(String msgPrefix, WifiMetricsProto.WifiRttLog log, int numRequests, in checkMainStats() method in RttMetricsTest