Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLastResortWatchdog.java576 mWifiMetrics.addCountToNumLastResortWatchdogBadAuthenticationNetworksTotal(badAuth); in incrementWifiMetricsTriggerCounts()
DWifiMetrics.java1478 public void addCountToNumLastResortWatchdogBadAuthenticationNetworksTotal(int count) { in addCountToNumLastResortWatchdogBadAuthenticationNetworksTotal() method in WifiMetrics
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiLastResortWatchdogTest.java1514 .addCountToNumLastResortWatchdogBadAuthenticationNetworksTotal(2); in testMetricsCollection()
2032 .addCountToNumLastResortWatchdogBadAuthenticationNetworksTotal(anyInt()); in testMetricsCollectionWithMixtureReason()
DWifiMetricsTest.java634 mWifiMetrics.addCountToNumLastResortWatchdogBadAuthenticationNetworksTotal( in setAndIncrementMetrics()