Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiHealthMonitor.java435 int cntAssocRejection = failureStats.getCount(REASON_ASSOC_REJECTION); in writeToWifiStatsLogPerStats()
493 stats.cntAssocRejection = failureStats.getCount(REASON_ASSOC_REJECTION); in failureStatsToProto()
611 public static final int REASON_ASSOC_REJECTION = 0; local
630 REASON_ASSOC_REJECTION,
DWifiScoreCard.java25 import static com.android.server.wifi.WifiHealthMonitor.REASON_ASSOC_REJECTION;
707 REASON_ASSOC_REJECTION, in detectAbnormalConnectionFailure()
1675 REASON_ASSOC_REJECTION, in statsDeltaDetectionConnection()
1701 REASON_ASSOC_REJECTION, in recentStatsHighDetectionConnection()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiHealthMonitorTest.java592 WifiHealthMonitor.FAILURE_REASON_NAME[WifiHealthMonitor.REASON_ASSOC_REJECTION]; in testFailureStats()
DWifiScoreCardTest.java20 import static com.android.server.wifi.WifiHealthMonitor.REASON_ASSOC_REJECTION;
1406 assertEquals(0, stats.getCount(REASON_ASSOC_REJECTION)); in checkStatsDeltaExample()