Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java1057 private NetworkConnectionStats mRecentStats; field in WifiScoreCard.PerNetwork
1088 mRecentStats = new NetworkConnectionStats(); in PerNetwork()
1109 mRecentStats.incrementCount(CNT_CONNECTION_ATTEMPT); in updateEventStats()
1118 mRecentStats.incrementCount(CNT_CONNECTION_FAILURE); in updateEventStats()
1119 mRecentStats.incrementCount(CNT_CONSECUTIVE_CONNECTION_FAILURE); in updateEventStats()
1123 mRecentStats.incrementCount(CNT_ASSOCIATION_REJECTION); in updateEventStats()
1126 mRecentStats.incrementCount(CNT_ASSOCIATION_TIMEOUT); in updateEventStats()
1130 mRecentStats.incrementCount(CNT_AUTHENTICATION_FAILURE); in updateEventStats()
1133 mRecentStats.incrementCount(CNT_DISCONNECTION_NONLOCAL_CONNECTING); in updateEventStats()
1136 mRecentStats.incrementCount(CNT_CONSECUTIVE_WRONG_PASSWORD_FAILURE); in updateEventStats()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiBlocklistMonitorTest.java149 @Mock private WifiScoreCard.NetworkConnectionStats mRecentStats; field in WifiBlocklistMonitorTest
253 when(mPerNetwork.getRecentStats()).thenReturn(mRecentStats); in setup()
1623 when(mRecentStats.getCount(WifiScoreCard.CNT_CONSECUTIVE_CONNECTION_FAILURE)).thenReturn( in testTryEnableNetworkExponentialBackoff()
1643 when(mRecentStats.getCount(WifiScoreCard.CNT_CONSECUTIVE_CONNECTION_FAILURE)).thenReturn( in testTryEnableNetworkExponentialBackoffCapped()