Searched refs:REASON_DISCONNECTION_NONLOCAL (Results 1 – 3 of 3) sorted by relevance
459 int cntDisconnectionNonlocal = failureStats.getCount(REASON_DISCONNECTION_NONLOCAL); in writeToWifiStatsLogPerStats()500 failureStats.getCount(REASON_DISCONNECTION_NONLOCAL); in failureStatsToProto()615 public static final int REASON_DISCONNECTION_NONLOCAL = 4; local634 REASON_DISCONNECTION_NONLOCAL,
30 import static com.android.server.wifi.WifiHealthMonitor.REASON_DISCONNECTION_NONLOCAL;683 REASON_DISCONNECTION_NONLOCAL, in detectAbnormalDisconnection()1719 REASON_DISCONNECTION_NONLOCAL, in statsDeltaDetectionDisconnection()1731 REASON_DISCONNECTION_NONLOCAL, in recentStatsHighDetectionDisconnection()
24 import static com.android.server.wifi.WifiHealthMonitor.REASON_DISCONNECTION_NONLOCAL;1410 assertEquals(1 * scale, stats.getCount(REASON_DISCONNECTION_NONLOCAL)); in checkStatsDeltaExample()