Searched refs:statsHigh (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiScoreCard.java | 1606 int dailyDetection(FailureStats statsDec, FailureStats statsInc, FailureStats statsHigh) { in dailyDetection() argument 1608 dailyDetectionDisconnectionEvent(statsDec, statsInc, statsHigh); in dailyDetection() 1609 return dailyDetectionConnectionEvent(statsDec, statsInc, statsHigh); in dailyDetection() 1613 FailureStats statsHigh) { in dailyDetectionConnectionEvent() argument 1620 recentStatsHighDetectionConnection(statsHigh); in dailyDetectionConnectionEvent() 1631 FailureStats statsHigh) { in dailyDetectionDisconnectionEvent() argument 1638 recentStatsHighDetectionDisconnection(statsHigh); in dailyDetectionDisconnectionEvent() 1668 private void recentStatsHighDetectionConnection(FailureStats statsHigh) { in recentStatsHighDetectionConnection() argument 1669 recentStatsHighDetection(statsHigh, CNT_CONNECTION_FAILURE, in recentStatsHighDetectionConnection() 1674 recentStatsHighDetection(statsHigh, CNT_DISCONNECTION_NONLOCAL_CONNECTING, in recentStatsHighDetectionConnection() [all …]
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiScoreCardTest.java | 1432 FailureStats statsHigh = new FailureStats(); in testDailyDetectionWithInsufficientRecentStats() local 1433 int detectionFlag = perNetwork.dailyDetection(statsDec, statsInc, statsHigh); in testDailyDetectionWithInsufficientRecentStats() 1437 checkStatsDeltaExample(statsHigh, 0); in testDailyDetectionWithInsufficientRecentStats() 1477 FailureStats statsHigh = new FailureStats(); in testRegressionAfterSwBuildChange() local 1478 int detectionFlag = perNetwork.dailyDetection(statsDec, statsInc, statsHigh); in testRegressionAfterSwBuildChange() 1482 checkStatsDeltaExample(statsHigh, 0); in testRegressionAfterSwBuildChange() 1508 FailureStats statsHigh = new FailureStats(); in testMissRegressionDetectionDuetoLowFailureCnt() local 1509 int detectionFlag = perNetwork.dailyDetection(statsDec, statsInc, statsHigh); in testMissRegressionDetectionDuetoLowFailureCnt() 1513 checkStatsDeltaExample(statsHigh, 0); in testMissRegressionDetectionDuetoLowFailureCnt() 1546 FailureStats statsHigh = new FailureStats(); in testImprovementAfterSwBuildChange() local [all …]
|