Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java1646 statsDeltaDetection(statsDec, statsInc, CNT_CONNECTION_FAILURE, in statsDeltaDetectionConnection()
1650 statsDeltaDetection(statsDec, statsInc, CNT_DISCONNECTION_NONLOCAL_CONNECTING, in statsDeltaDetectionConnection()
1654 statsDeltaDetection(statsDec, statsInc, CNT_AUTHENTICATION_FAILURE, in statsDeltaDetectionConnection()
1658 statsDeltaDetection(statsDec, statsInc, CNT_ASSOCIATION_REJECTION, in statsDeltaDetectionConnection()
1662 statsDeltaDetection(statsDec, statsInc, CNT_ASSOCIATION_TIMEOUT, in statsDeltaDetectionConnection()
1698 statsDeltaDetection(statsDec, statsInc, CNT_SHORT_CONNECTION_NONLOCAL, in statsDeltaDetectionDisconnection()
1702 statsDeltaDetection(statsDec, statsInc, CNT_DISCONNECTION_NONLOCAL, in statsDeltaDetectionDisconnection()
1721 private boolean statsDeltaDetection(FailureStats statsDec, in statsDeltaDetection() method in WifiScoreCard.PerNetwork