Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiScoreCard.java1662 statsDeltaDetection(statsDec, statsInc, CNT_CONNECTION_FAILURE, in statsDeltaDetectionConnection()
1666 statsDeltaDetection(statsDec, statsInc, CNT_DISCONNECTION_NONLOCAL_CONNECTING, in statsDeltaDetectionConnection()
1670 statsDeltaDetection(statsDec, statsInc, CNT_AUTHENTICATION_FAILURE, in statsDeltaDetectionConnection()
1674 statsDeltaDetection(statsDec, statsInc, CNT_ASSOCIATION_REJECTION, in statsDeltaDetectionConnection()
1678 statsDeltaDetection(statsDec, statsInc, CNT_ASSOCIATION_TIMEOUT, in statsDeltaDetectionConnection()
1714 statsDeltaDetection(statsDec, statsInc, CNT_SHORT_CONNECTION_NONLOCAL, in statsDeltaDetectionDisconnection()
1718 statsDeltaDetection(statsDec, statsInc, CNT_DISCONNECTION_NONLOCAL, in statsDeltaDetectionDisconnection()
1737 private boolean statsDeltaDetection(FailureStats statsDec, in statsDeltaDetection() method in WifiScoreCard.PerNetwork