Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java716 } else if (recentCountCode == CNT_DISCONNECTION_NONLOCAL_CONNECTING) { in detectAbnormalConnectionFailure()
717 return detectAbnormalFailureReason(recentStats, CNT_DISCONNECTION_NONLOCAL_CONNECTING, in detectAbnormalConnectionFailure()
1133 mRecentStats.incrementCount(CNT_DISCONNECTION_NONLOCAL_CONNECTING); in updateEventStats()
1650 statsDeltaDetection(statsDec, statsInc, CNT_DISCONNECTION_NONLOCAL_CONNECTING, in statsDeltaDetectionConnection()
1674 recentStatsHighDetection(statsHigh, CNT_DISCONNECTION_NONLOCAL_CONNECTING, in recentStatsHighDetectionConnection()
1811 stats.getCount(CNT_DISCONNECTION_NONLOCAL_CONNECTING)); in toConnectionStats()
1894 target.accumulate(CNT_DISCONNECTION_NONLOCAL_CONNECTING, in mergeConnectionStats()
1912 public static final int CNT_DISCONNECTION_NONLOCAL_CONNECTING = 10; field in WifiScoreCard
1942 CNT_DISCONNECTION_NONLOCAL_CONNECTING,
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiScoreCardTest.java36 import static com.android.server.wifi.WifiScoreCard.CNT_DISCONNECTION_NONLOCAL_CONNECTING;
1035 assertEquals(1, dailyStats.getCount(CNT_DISCONNECTION_NONLOCAL_CONNECTING)); in testDisconnectionConnecting()
1054 assertEquals(1, dailyStats.getCount(CNT_DISCONNECTION_NONLOCAL_CONNECTING)); in testLocalDisconnectionConnecting()
1136 assertEquals(0, stats.getCount(CNT_DISCONNECTION_NONLOCAL_CONNECTING)); in checkShortConnectionExample()
1162 assertEquals(0, stats.getCount(CNT_DISCONNECTION_NONLOCAL_CONNECTING)); in checkShortConnectionOldPollingExample()
1295 assertEquals(diag, 1, dailyStats.getCount(CNT_DISCONNECTION_NONLOCAL_CONNECTING)); in checkSerializationNetworkExample()