Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiBlocklistMonitorTest.java105 Map.entry(WifiBlocklistMonitor.REASON_ABNORMAL_DISCONNECT, 3),
213 WifiBlocklistMonitor.REASON_ABNORMAL_DISCONNECT)); in setup()
602 WifiBlocklistMonitor.REASON_ABNORMAL_DISCONNECT)).thenReturn(1); in testAbnormalDisconnectRecencyCheck()
609 WifiBlocklistMonitor.REASON_ABNORMAL_DISCONNECT, TEST_GOOD_RSSI)); in testAbnormalDisconnectRecencyCheck()
611 WifiBlocklistMonitor.REASON_ABNORMAL_DISCONNECT); in testAbnormalDisconnectRecencyCheck()
617 WifiBlocklistMonitor.REASON_ABNORMAL_DISCONNECT, TEST_GOOD_RSSI)); in testAbnormalDisconnectRecencyCheck()
619 WifiBlocklistMonitor.REASON_ABNORMAL_DISCONNECT); in testAbnormalDisconnectRecencyCheck()
703 WifiBlocklistMonitor.REASON_ABNORMAL_DISCONNECT); in testNetworkConnectionResetsBlocklistStreak()
720 WifiBlocklistMonitor.REASON_ABNORMAL_DISCONNECT); in testNetworkConnectionNotResetAbnormalDisconnectStreak()
1087 WifiBlocklistMonitor.REASON_ABNORMAL_DISCONNECT); in verifyResetBssidBlockStreak()
[all …]
DClientModeImplTest.java4675 eq(mConnectedNetwork), eq(WifiBlocklistMonitor.REASON_ABNORMAL_DISCONNECT), in testAbnormalDisconnectNotifiesWifiBlocklistMonitor()
4704 eq(mConnectedNetwork), eq(WifiBlocklistMonitor.REASON_ABNORMAL_DISCONNECT), in testAbnormalDisconnectIpReachabilityLostNotifiesWifiBlocklistMonitor()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DMetricsUtils.java244 case WifiBlocklistMonitor.REASON_ABNORMAL_DISCONNECT: in convertBssidBlocklistReasonToWifiProtoEnum()
245 return NetworkDisableReason.REASON_ABNORMAL_DISCONNECT; in convertBssidBlocklistReasonToWifiProtoEnum()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiBlocklistMonitor.java81 public static final int REASON_ABNORMAL_DISCONNECT = 8; field in WifiBlocklistMonitor
105 REASON_ABNORMAL_DISCONNECT,
175 result.put(REASON_ABNORMAL_DISCONNECT, new BssidDisableReason( in buildBssidDisableReasons()
466 FAILURE_COUNT_DISABLE_THRESHOLD[REASON_ABNORMAL_DISCONNECT] = in getFailureThresholdForReason()
561 if (reasonCode == REASON_ABNORMAL_DISCONNECT) { in handleBssidConnectionFailure()
621 mWifiScoreCard.resetBssidBlocklistStreak(ssid, bssid, REASON_ABNORMAL_DISCONNECT); in resetFailuresAfterConnection()
640 status.failureCount[REASON_ABNORMAL_DISCONNECT] = 0; in resetFailuresAfterConnection()
DClientModeImpl.java4056 WifiBlocklistMonitor.REASON_ABNORMAL_DISCONNECT, mWifiInfo.getRssi()); in handleIpReachabilityLost()
7534 WifiBlocklistMonitor.REASON_ABNORMAL_DISCONNECT, rssi); in processMessageImpl()
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto3725 REASON_ABNORMAL_DISCONNECT = 9; enumerator