Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiBlocklistMonitor.java89 public static final int REASON_NONLOCAL_DISCONNECT_CONNECTING = 12; field in WifiBlocklistMonitor
109 REASON_NONLOCAL_DISCONNECT_CONNECTING,
185 result.put(REASON_NONLOCAL_DISCONNECT_CONNECTING, new BssidDisableReason( in buildBssidDisableReasons()
469 FAILURE_COUNT_DISABLE_THRESHOLD[REASON_NONLOCAL_DISCONNECT_CONNECTING] = in getFailureThresholdForReason()
614 REASON_NONLOCAL_DISCONNECT_CONNECTING); in resetFailuresAfterConnection()
637 status.failureCount[REASON_NONLOCAL_DISCONNECT_CONNECTING] = 0; in resetFailuresAfterConnection()
DWifiScoreCard.java1132 case WifiBlocklistMonitor.REASON_NONLOCAL_DISCONNECT_CONNECTING: in updateEventStats()
DClientModeImpl.java3955 return WifiBlocklistMonitor.REASON_NONLOCAL_DISCONNECT_CONNECTING; in convertToWifiBlocklistMonitorFailureReason()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiBlocklistMonitorTest.java109 Map.entry(WifiBlocklistMonitor.REASON_NONLOCAL_DISCONNECT_CONNECTING, 2),
217 WifiBlocklistMonitor.REASON_NONLOCAL_DISCONNECT_CONNECTING)); in setup()
707 WifiBlocklistMonitor.REASON_NONLOCAL_DISCONNECT_CONNECTING); in testNetworkConnectionResetsBlocklistStreak()
1091 WifiBlocklistMonitor.REASON_NONLOCAL_DISCONNECT_CONNECTING); in verifyResetBssidBlockStreak()
DWifiScoreCardTest.java1020 WifiBlocklistMonitor.REASON_NONLOCAL_DISCONNECT_CONNECTING); in makeDisconnectionConnectingExample()
DClientModeImplTest.java4770 eq(WifiBlocklistMonitor.REASON_NONLOCAL_DISCONNECT_CONNECTING), anyInt()); in testDisconnectConnecting()
4798 eq(WifiBlocklistMonitor.REASON_NONLOCAL_DISCONNECT_CONNECTING), anyInt()); in testDisableNetworkConsecutiveFailures()
4815 eq(WifiBlocklistMonitor.REASON_NONLOCAL_DISCONNECT_CONNECTING), anyInt()); in testDisableNetworkConsecutiveFailuresDoNotOverrideDisabledNetworks()