Searched refs:checkStatsDeltaExample (Results 1 – 1 of 1) sorted by relevance
| /packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
| D | WifiScoreCardTest.java | 1413 private void checkStatsDeltaExample(FailureStats stats, int scale) { in checkStatsDeltaExample() method in WifiScoreCardTest 1435 checkStatsDeltaExample(statsDec, 0); in testDailyDetectionWithInsufficientRecentStats() 1436 checkStatsDeltaExample(statsInc, 0); in testDailyDetectionWithInsufficientRecentStats() 1437 checkStatsDeltaExample(statsHigh, 0); in testDailyDetectionWithInsufficientRecentStats() 1480 checkStatsDeltaExample(statsDec, 0); in testRegressionAfterSwBuildChange() 1481 checkStatsDeltaExample(statsInc, 1); in testRegressionAfterSwBuildChange() 1482 checkStatsDeltaExample(statsHigh, 0); in testRegressionAfterSwBuildChange() 1511 checkStatsDeltaExample(statsDec, 0); in testMissRegressionDetectionDuetoLowFailureCnt() 1512 checkStatsDeltaExample(statsInc, 0); in testMissRegressionDetectionDuetoLowFailureCnt() 1513 checkStatsDeltaExample(statsHigh, 0); in testMissRegressionDetectionDuetoLowFailureCnt() [all …]
|