Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java1669 recentStatsHighDetection(statsHigh, CNT_CONNECTION_FAILURE, in recentStatsHighDetectionConnection()
1674 recentStatsHighDetection(statsHigh, CNT_DISCONNECTION_NONLOCAL_CONNECTING, in recentStatsHighDetectionConnection()
1679 recentStatsHighDetection(statsHigh, CNT_AUTHENTICATION_FAILURE, in recentStatsHighDetectionConnection()
1684 recentStatsHighDetection(statsHigh, CNT_ASSOCIATION_REJECTION, in recentStatsHighDetectionConnection()
1689 recentStatsHighDetection(statsHigh, CNT_ASSOCIATION_TIMEOUT, in recentStatsHighDetectionConnection()
1709 recentStatsHighDetection(statsHigh, CNT_SHORT_CONNECTION_NONLOCAL, in recentStatsHighDetectionDisconnection()
1714 recentStatsHighDetection(statsHigh, CNT_DISCONNECTION_NONLOCAL, in recentStatsHighDetectionDisconnection()
1738 private boolean recentStatsHighDetection(FailureStats statsHigh, int countCode, in recentStatsHighDetection() method in WifiScoreCard.PerNetwork