Home
last modified time | relevance | path

Searched refs:REASON_SHORT_CONNECTION_NONLOCAL (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiHealthMonitor.java465 int cntShortConnectionNonlocal = failureStats.getCount(REASON_SHORT_CONNECTION_NONLOCAL); in writeToWifiStatsLogPerStats()
502 failureStats.getCount(REASON_SHORT_CONNECTION_NONLOCAL); in failureStatsToProto()
616 public static final int REASON_SHORT_CONNECTION_NONLOCAL = 5; local
635 REASON_SHORT_CONNECTION_NONLOCAL,
DWifiScoreCard.java32 import static com.android.server.wifi.WifiHealthMonitor.REASON_SHORT_CONNECTION_NONLOCAL;
677 REASON_SHORT_CONNECTION_NONLOCAL, in detectAbnormalDisconnection()
1715 REASON_SHORT_CONNECTION_NONLOCAL, in statsDeltaDetectionDisconnection()
1726 REASON_SHORT_CONNECTION_NONLOCAL, in recentStatsHighDetectionDisconnection()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiScoreCardTest.java25 import static com.android.server.wifi.WifiHealthMonitor.REASON_SHORT_CONNECTION_NONLOCAL;
1411 assertEquals(1 * scale, stats.getCount(REASON_SHORT_CONNECTION_NONLOCAL)); in checkStatsDeltaExample()
1465 assertEquals(WifiHealthMonitor.REASON_SHORT_CONNECTION_NONLOCAL, in testRegressionAfterSwBuildChange()
DClientModeImplTest.java2190 .thenReturn(WifiHealthMonitor.REASON_SHORT_CONNECTION_NONLOCAL); in disconnect()
5522 .thenReturn(WifiHealthMonitor.REASON_SHORT_CONNECTION_NONLOCAL); in testNetworkCachedDataIsClearedIf4WayHandshakeFailure()