Searched refs:REASON_DISCONNECTION_NONLOCAL (Results 1 – 3 of 3) sorted by relevance
462 int cntDisconnectionNonlocal = failureStats.getCount(REASON_DISCONNECTION_NONLOCAL); in writeToWifiStatsLogPerStats()503 failureStats.getCount(REASON_DISCONNECTION_NONLOCAL); in failureStatsToProto()618 public static final int REASON_DISCONNECTION_NONLOCAL = 4; local637 REASON_DISCONNECTION_NONLOCAL,
30 import static com.android.server.wifi.WifiHealthMonitor.REASON_DISCONNECTION_NONLOCAL;682 REASON_DISCONNECTION_NONLOCAL, in detectAbnormalDisconnection()1703 REASON_DISCONNECTION_NONLOCAL, in statsDeltaDetectionDisconnection()1715 REASON_DISCONNECTION_NONLOCAL, in recentStatsHighDetectionDisconnection()
24 import static com.android.server.wifi.WifiHealthMonitor.REASON_DISCONNECTION_NONLOCAL;1418 assertEquals(1 * scale, stats.getCount(REASON_DISCONNECTION_NONLOCAL)); in checkStatsDeltaExample()