Home
last modified time | relevance | path

Searched refs:getRecentStats (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiScoreCardTest.java594 NetworkConnectionStats dailyStats = perNetwork.getRecentStats(); in checkSerializationBssidExample()
912 NetworkConnectionStats dailyStats = perNetwork.getRecentStats(); in testNetworkAssocTimeOut()
933 NetworkConnectionStats dailyStats = perNetwork.getRecentStats(); in testNetworkAssocRejection()
955 NetworkConnectionStats dailyStats = perNetwork.getRecentStats(); in testAuthTimeoutDisconnection()
996 NetworkConnectionStats dailyStats = perNetwork.getRecentStats(); in testNetworkAuthenticationFailureWrongPassword()
1031 NetworkConnectionStats dailyStats = perNetwork.getRecentStats(); in testDisconnectionConnecting()
1050 NetworkConnectionStats dailyStats = perNetwork.getRecentStats(); in testLocalDisconnectionConnecting()
1088 assertEquals(5, perNetwork.getRecentStats().getCount(CNT_CONNECTION_DURATION_SEC)); in testNetworkSwitchWithOverlapping()
1091 assertEquals(4, perNetwork.getRecentStats().getCount(CNT_CONNECTION_DURATION_SEC)); in testNetworkSwitchWithOverlapping()
1110 NetworkConnectionStats dailyStats = perNetwork.getRecentStats(); in testNetworkConnectionFailureLowRssi()
[all …]
DWifiBlocklistMonitorTest.java253 when(mPerNetwork.getRecentStats()).thenReturn(mRecentStats); in setup()
DWifiMetricsTest.java255 when(mPerNetwork.getRecentStats()).thenReturn(mNetworkConnectionStats); in setUp()
DClientModeImplTest.java793 when(mPerNetwork.getRecentStats()).thenReturn(mPerNetworkRecentStats); in setUp()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiHealthMonitor.java347 || perNetwork.getRecentStats().getCount(cntName) > 0 in dump()
410 connectionDurationSec += perNetwork.getRecentStats().getCount( in dailyDetectionHandler()
DWifiScoreCard.java673 NetworkConnectionStats recentStats = perNetwork.getRecentStats(); in detectAbnormalDisconnection()
696 NetworkConnectionStats recentStats = perNetwork.getRecentStats(); in detectAbnormalConnectionFailure()
1245 @NonNull NetworkConnectionStats getRecentStats() { in getRecentStats() method in WifiScoreCard.PerNetwork
1834 ConnectionStats recentStats = ns.getRecentStats(); in mergeNetworkStatsFromMemory()
DWifiBlocklistMonitor.java1405 .getRecentStats().getCount(WifiScoreCard.CNT_CONSECUTIVE_CONNECTION_FAILURE) in calculateDisableEndTime()
DClientModeImpl.java3833 ssid).getRecentStats(); in reportConnectionAttemptEnd()
DWifiMetrics.java2072 currentConnectionEvent.mConfigSsid).getRecentStats(); in startConnectionEvent()