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