Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java1037 int dailyDetection(FailureStats statsDec, FailureStats statsInc, FailureStats statsHigh) { in dailyDetection() argument
1039 dailyDetectionDisconnectionEvent(statsDec, statsInc, statsHigh); in dailyDetection()
1040 return dailyDetectionConnectionEvent(statsDec, statsInc, statsHigh); in dailyDetection()
1043 private int dailyDetectionConnectionEvent(FailureStats statsDec, FailureStats statsInc, in dailyDetectionConnectionEvent() argument
1056 statsDeltaDetectionConnection(statsDec, statsInc); in dailyDetectionConnectionEvent()
1061 private void dailyDetectionDisconnectionEvent(FailureStats statsDec, FailureStats statsInc, in dailyDetectionDisconnectionEvent() argument
1071 statsDeltaDetectionDisconnection(statsDec, statsInc); in dailyDetectionDisconnectionEvent()
1075 private void statsDeltaDetectionConnection(FailureStats statsDec, in statsDeltaDetectionConnection() argument
1077 statsDeltaDetection(statsDec, statsInc, CNT_CONNECTION_FAILURE, in statsDeltaDetectionConnection()
1081 statsDeltaDetection(statsDec, statsInc, CNT_AUTHENTICATION_FAILURE, in statsDeltaDetectionConnection()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiScoreCardTest.java1228 FailureStats statsDec = new FailureStats(); in testDailyDetectionWithInsufficientRecentStats() local
1231 int detectionFlag = perNetwork.dailyDetection(statsDec, statsInc, statsHigh); in testDailyDetectionWithInsufficientRecentStats()
1233 checkStatsDeltaExample(statsDec, 0); in testDailyDetectionWithInsufficientRecentStats()
1273 FailureStats statsDec = new FailureStats(); in testRegressionAfterSwBuildChange() local
1276 int detectionFlag = perNetwork.dailyDetection(statsDec, statsInc, statsHigh); in testRegressionAfterSwBuildChange()
1278 checkStatsDeltaExample(statsDec, 0); in testRegressionAfterSwBuildChange()
1304 FailureStats statsDec = new FailureStats(); in testMissRegressionDetectionDuetoLowFailureCnt() local
1307 int detectionFlag = perNetwork.dailyDetection(statsDec, statsInc, statsHigh); in testMissRegressionDetectionDuetoLowFailureCnt()
1309 checkStatsDeltaExample(statsDec, 0); in testMissRegressionDetectionDuetoLowFailureCnt()
1342 FailureStats statsDec = new FailureStats(); in testImprovementAfterSwBuildChange() local
[all …]