Searched refs:REASON_CONNECTION_FAILURE (Results 1 – 3 of 3) sorted by relevance
456 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; local636 REASON_CONNECTION_FAILURE,
28 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()
23 import static com.android.server.wifi.WifiHealthMonitor.REASON_CONNECTION_FAILURE;1417 assertEquals(1 * scale, stats.getCount(REASON_CONNECTION_FAILURE)); in checkStatsDeltaExample()