Searched refs:checkMainStats (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/ |
D | RttMetricsTest.java | 81 checkMainStats("No requests", log, 0, 0, 0, 0); in testRecordRequest() 114 checkMainStats("Sequence AP-only", log, 10, 0, 0, 0); in testRecordRequest() 166 checkMainStats("Sequence Mixed AP/Aware", log, 4, 0, 0, 0); in testRecordRequest() 209 checkMainStats("No requests", log, 0, 0, 0, 0); in testRecordResult() 234 checkMainStats("Sequence AP-only", log, 0, 0, 2, 0); in testRecordResult() 282 checkMainStats("Sequence Mixed AP/Aware", log, 0, 0, 1, 2); in testRecordResult() 342 checkMainStats("Sequence Mixed AP/Aware", log, 0, 0, 0, 1); in testRecordMissingResults() 387 checkMainStats("Sequence Mixed AP/Aware", log, 0, 0, 0, 0); in testRecordNullArrayResults() 560 private void checkMainStats(String msgPrefix, WifiMetricsProto.WifiRttLog log, int numRequests, in checkMainStats() method in RttMetricsTest
|