Home
last modified time | relevance | path

Searched refs:CNT_SHORT_CONNECTION_NONLOCAL (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java675 if (recentStats.getRecentCountCode() == CNT_SHORT_CONNECTION_NONLOCAL) { in detectAbnormalDisconnection()
676 return detectAbnormalFailureReason(recentStats, CNT_SHORT_CONNECTION_NONLOCAL, in detectAbnormalDisconnection()
1231 mRecentStats.incrementCount(CNT_SHORT_CONNECTION_NONLOCAL); in handleDisconnectionAfterConnection()
1714 statsDeltaDetection(statsDec, statsInc, CNT_SHORT_CONNECTION_NONLOCAL, in statsDeltaDetectionDisconnection()
1725 recentStatsHighDetection(statsHigh, CNT_SHORT_CONNECTION_NONLOCAL, in recentStatsHighDetectionDisconnection()
1822 builder.setNumShortConnectionNonlocal(stats.getCount(CNT_SHORT_CONNECTION_NONLOCAL)); in toConnectionStats()
1897 target.accumulate(CNT_SHORT_CONNECTION_NONLOCAL, in mergeConnectionStats()
1924 public static final int CNT_SHORT_CONNECTION_NONLOCAL = 6; field in WifiScoreCard
1952 CNT_SHORT_CONNECTION_NONLOCAL,
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiScoreCardTest.java36 import static com.android.server.wifi.WifiScoreCard.CNT_SHORT_CONNECTION_NONLOCAL;
600 assertEquals(diag, 0, dailyStats.getCount(CNT_SHORT_CONNECTION_NONLOCAL)); in checkSerializationBssidExample()
1136 assertEquals(1 * scale, stats.getCount(CNT_SHORT_CONNECTION_NONLOCAL)); in checkShortConnectionExample()
1162 assertEquals(0, stats.getCount(CNT_SHORT_CONNECTION_NONLOCAL)); in checkShortConnectionOldPollingExample()
1185 assertEquals(1, dailyStats.getCount(CNT_SHORT_CONNECTION_NONLOCAL)); in testNetworkRssiPollShortNonlocalDisconnectionPassFwAlertCheck()
1202 assertEquals(0, dailyStats.getCount(CNT_SHORT_CONNECTION_NONLOCAL)); in testNetworkRssiPollShortNonlocalDisconnectionFailFwAlertCheck()
1290 assertEquals(diag, 1, dailyStats.getCount(CNT_SHORT_CONNECTION_NONLOCAL)); in checkSerializationNetworkExample()