Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiBlocklistMonitor.java85 public static final int REASON_NONLOCAL_DISCONNECT_CONNECTING = 12; field in WifiBlocklistMonitor
103 REASON_NONLOCAL_DISCONNECT_CONNECTING
176 result.put(REASON_NONLOCAL_DISCONNECT_CONNECTING, new BssidDisableReason( in buildBssidDisableReasons()
372 FAILURE_COUNT_DISABLE_THRESHOLD[REASON_NONLOCAL_DISCONNECT_CONNECTING] = in getFailureThresholdForReason()
470 REASON_NONLOCAL_DISCONNECT_CONNECTING); in handleBssidConnectionSuccess()
492 status.failureCount[REASON_NONLOCAL_DISCONNECT_CONNECTING] = 0; in handleBssidConnectionSuccess()
H A DWifiScoreCard.java1133 case WifiBlocklistMonitor.REASON_NONLOCAL_DISCONNECT_CONNECTING: in updateEventStats()
H A DClientModeImpl.java2958 return WifiBlocklistMonitor.REASON_NONLOCAL_DISCONNECT_CONNECTING;
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiBlocklistMonitorTest.java85 Map.entry(WifiBlocklistMonitor.REASON_NONLOCAL_DISCONNECT_CONNECTING, 2)
160 WifiBlocklistMonitor.REASON_NONLOCAL_DISCONNECT_CONNECTING)); in setup()
530 WifiBlocklistMonitor.REASON_NONLOCAL_DISCONNECT_CONNECTING); in testNetworkConnectionResetsBlocklistStreak()
H A DWifiScoreCardTest.java1016 WifiBlocklistMonitor.REASON_NONLOCAL_DISCONNECT_CONNECTING); in makeDisconnectionConnectingExample()
H A DClientModeImplTest.java3551 eq(WifiBlocklistMonitor.REASON_NONLOCAL_DISCONNECT_CONNECTING), anyInt()); in testDisconnectConnecting()
3574 eq(WifiBlocklistMonitor.REASON_NONLOCAL_DISCONNECT_CONNECTING), anyInt()); in testDisableNetworkConsecutiveFailures()