Home
last modified time | relevance | path

Searched refs:REASON_CONNECTION_FAILURE (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiHealthMonitor.java453 int cntConnectionFailure = failureStats.getCount(REASON_CONNECTION_FAILURE); in writeToWifiStatsLogPerStats()
496 stats.cntConnectionFailure = failureStats.getCount(REASON_CONNECTION_FAILURE); in failureStatsToProto()
614 public static final int REASON_CONNECTION_FAILURE = 3; local
633 REASON_CONNECTION_FAILURE,
DWifiScoreCard.java28 import static com.android.server.wifi.WifiHealthMonitor.REASON_CONNECTION_FAILURE;
725 REASON_CONNECTION_FAILURE, in detectAbnormalConnectionFailure()
1663 REASON_CONNECTION_FAILURE, in statsDeltaDetectionConnection()
1686 REASON_CONNECTION_FAILURE, in recentStatsHighDetectionConnection()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiScoreCardTest.java23 import static com.android.server.wifi.WifiHealthMonitor.REASON_CONNECTION_FAILURE;
1409 assertEquals(1 * scale, stats.getCount(REASON_CONNECTION_FAILURE)); in checkStatsDeltaExample()