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.java456 int cntConnectionFailure = failureStats.getCount(REASON_CONNECTION_FAILURE); in writeToWifiStatsLogPerStats()
499 stats.cntConnectionFailure = failureStats.getCount(REASON_CONNECTION_FAILURE); in failureStatsToProto()
617 public static final int REASON_CONNECTION_FAILURE = 3; local
636 REASON_CONNECTION_FAILURE,
DWifiScoreCard.java28 import static com.android.server.wifi.WifiHealthMonitor.REASON_CONNECTION_FAILURE;
724 REASON_CONNECTION_FAILURE, in detectAbnormalConnectionFailure()
1647 REASON_CONNECTION_FAILURE, in statsDeltaDetectionConnection()
1670 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;
1417 assertEquals(1 * scale, stats.getCount(REASON_CONNECTION_FAILURE)); in checkStatsDeltaExample()