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.java438 int cntAssocRejection = failureStats.getCount(REASON_ASSOC_REJECTION); in writeToWifiStatsLogPerStats()
496 stats.cntAssocRejection = failureStats.getCount(REASON_ASSOC_REJECTION); in failureStatsToProto()
614 public static final int REASON_ASSOC_REJECTION = 0; local
633 REASON_ASSOC_REJECTION,
DWifiScoreCard.java25 import static com.android.server.wifi.WifiHealthMonitor.REASON_ASSOC_REJECTION;
706 REASON_ASSOC_REJECTION, in detectAbnormalConnectionFailure()
1659 REASON_ASSOC_REJECTION, in statsDeltaDetectionConnection()
1685 REASON_ASSOC_REJECTION, in recentStatsHighDetectionConnection()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiHealthMonitorTest.java603 WifiHealthMonitor.FAILURE_REASON_NAME[WifiHealthMonitor.REASON_ASSOC_REJECTION]; in testFailureStats()
DWifiScoreCardTest.java20 import static com.android.server.wifi.WifiHealthMonitor.REASON_ASSOC_REJECTION;
1414 assertEquals(0, stats.getCount(REASON_ASSOC_REJECTION)); in checkStatsDeltaExample()