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.java468 int cntShortConnectionNonlocal = failureStats.getCount(REASON_SHORT_CONNECTION_NONLOCAL); in writeToWifiStatsLogPerStats()
505 failureStats.getCount(REASON_SHORT_CONNECTION_NONLOCAL); in failureStatsToProto()
619 public static final int REASON_SHORT_CONNECTION_NONLOCAL = 5; local
638 REASON_SHORT_CONNECTION_NONLOCAL,
DWifiScoreCard.java32 import static com.android.server.wifi.WifiHealthMonitor.REASON_SHORT_CONNECTION_NONLOCAL;
676 REASON_SHORT_CONNECTION_NONLOCAL, in detectAbnormalDisconnection()
1699 REASON_SHORT_CONNECTION_NONLOCAL, in statsDeltaDetectionDisconnection()
1710 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;
1419 assertEquals(1 * scale, stats.getCount(REASON_SHORT_CONNECTION_NONLOCAL)); in checkStatsDeltaExample()
1473 assertEquals(WifiHealthMonitor.REASON_SHORT_CONNECTION_NONLOCAL, in testRegressionAfterSwBuildChange()
DClientModeImplTest.java3126 .thenReturn(WifiHealthMonitor.REASON_SHORT_CONNECTION_NONLOCAL); in disconnect()
7384 .thenReturn(WifiHealthMonitor.REASON_SHORT_CONNECTION_NONLOCAL); in testNetworkCachedDataIsClearedIf4WayHandshakeFailure()