Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java1077 statsDeltaDetection(statsDec, statsInc, CNT_CONNECTION_FAILURE, in statsDeltaDetectionConnection()
1081 statsDeltaDetection(statsDec, statsInc, CNT_AUTHENTICATION_FAILURE, in statsDeltaDetectionConnection()
1085 statsDeltaDetection(statsDec, statsInc, CNT_ASSOCIATION_REJECTION, in statsDeltaDetectionConnection()
1089 statsDeltaDetection(statsDec, statsInc, CNT_ASSOCIATION_TIMEOUT, in statsDeltaDetectionConnection()
1120 statsDeltaDetection(statsDec, statsInc, CNT_SHORT_CONNECTION_NONLOCAL, in statsDeltaDetectionDisconnection()
1124 statsDeltaDetection(statsDec, statsInc, CNT_DISCONNECTION_NONLOCAL, in statsDeltaDetectionDisconnection()
1143 private boolean statsDeltaDetection(FailureStats statsDec, in statsDeltaDetection() method in WifiScoreCard.PerNetwork