Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiScoreCardTest.java596 NetworkConnectionStats dailyStats = perNetwork.getRecentStats(); in checkSerializationBssidExample()
913 NetworkConnectionStats dailyStats = perNetwork.getRecentStats(); in testNetworkAssocTimeOut()
933 NetworkConnectionStats dailyStats = perNetwork.getRecentStats(); in testNetworkAssocRejection()
954 NetworkConnectionStats dailyStats = perNetwork.getRecentStats(); in testAuthTimeoutDisconnection()
994 NetworkConnectionStats dailyStats = perNetwork.getRecentStats(); in testNetworkAuthenticationFailureWrongPassword()
1027 NetworkConnectionStats dailyStats = perNetwork.getRecentStats(); in testDisconnectionConnecting()
1045 NetworkConnectionStats dailyStats = perNetwork.getRecentStats(); in testLocalDisconnectionConnecting()
1306 ConnectionStats dailyStats = ns.getRecentStats(); in testNetworkStatsSerialization()
1360 checkShortConnectionExample(perNetwork.getRecentStats(), 0); in testUpdateAfterDailyDetection()
1375 checkShortConnectionExample(perNetwork.getRecentStats(), 0); in testUpdateAfterSwBuildChange()
[all …]
H A DWifiBlocklistMonitorTest.java180 when(mPerNetwork.getRecentStats()).thenReturn(mRecentStats); in setup()
H A DClientModeImplTest.java613 when(mPerNetwork.getRecentStats()).thenReturn(mPerNetworkRecentStats); in setUp()
H A DWifiMetricsTest.java229 when(mPerNetwork.getRecentStats()).thenReturn(mNetworkConnectionStats); in setUp()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiHealthMonitor.java344 || perNetwork.getRecentStats().getCount(cntName) > 0 in dump()
407 connectionDurationSec += perNetwork.getRecentStats().getCount( in dailyDetectionHandler()
H A DWifiScoreCard.java674 NetworkConnectionStats recentStats = perNetwork.getRecentStats(); in detectAbnormalDisconnection()
697 NetworkConnectionStats recentStats = perNetwork.getRecentStats(); in detectAbnormalConnectionFailure()
1243 @NonNull NetworkConnectionStats getRecentStats() { in getRecentStats() method in WifiScoreCard.PerNetwork
1850 ConnectionStats recentStats = ns.getRecentStats(); in mergeNetworkStatsFromMemory()
H A DWifiBlocklistMonitor.java960 .getRecentStats().getCount(WifiScoreCard.CNT_CONSECUTIVE_CONNECTION_FAILURE) in shouldEnableNetwork()
H A DClientModeImpl.java2852 ssid).getRecentStats();
H A DWifiMetrics.java1900 currentConnectionEvent.mConfigSsid).getRecentStats(); in startConnectionEvent()