Searched refs:incrementCount (Results 1 – 3 of 3) sorted by relevance
1110 mRecentStats.incrementCount(CNT_CONNECTION_ATTEMPT); in updateEventStats()1119 mRecentStats.incrementCount(CNT_CONNECTION_FAILURE); in updateEventStats()1120 mRecentStats.incrementCount(CNT_CONSECUTIVE_CONNECTION_FAILURE); in updateEventStats()1124 mRecentStats.incrementCount(CNT_ASSOCIATION_REJECTION); in updateEventStats()1127 mRecentStats.incrementCount(CNT_ASSOCIATION_TIMEOUT); in updateEventStats()1131 mRecentStats.incrementCount(CNT_AUTHENTICATION_FAILURE); in updateEventStats()1134 mRecentStats.incrementCount(CNT_DISCONNECTION_NONLOCAL_CONNECTING); in updateEventStats()1213 mRecentStats.incrementCount(CNT_DISCONNECTION); in handleDisconnectionAfterConnection()1228 mRecentStats.incrementCount(CNT_DISCONNECTION_NONLOCAL); in handleDisconnectionAfterConnection()1231 mRecentStats.incrementCount(CNT_SHORT_CONNECTION_NONLOCAL); in handleDisconnectionAfterConnection()[all …]
661 void incrementCount(@FailureReasonCode int reasonCode) { in incrementCount() method in WifiHealthMonitor.FailureStats
588 failureStats.incrementCount(WifiHealthMonitor.REASON_AUTH_FAILURE); in testFailureStats()