Searched refs:getRecentStats (Results 1 – 9 of 9) sorted by relevance
596 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 …]
180 when(mPerNetwork.getRecentStats()).thenReturn(mRecentStats); in setup()
613 when(mPerNetwork.getRecentStats()).thenReturn(mPerNetworkRecentStats); in setUp()
229 when(mPerNetwork.getRecentStats()).thenReturn(mNetworkConnectionStats); in setUp()
344 || perNetwork.getRecentStats().getCount(cntName) > 0 in dump()407 connectionDurationSec += perNetwork.getRecentStats().getCount( in dailyDetectionHandler()
674 NetworkConnectionStats recentStats = perNetwork.getRecentStats(); in detectAbnormalDisconnection()697 NetworkConnectionStats recentStats = perNetwork.getRecentStats(); in detectAbnormalConnectionFailure()1243 @NonNull NetworkConnectionStats getRecentStats() { in getRecentStats() method in WifiScoreCard.PerNetwork1850 ConnectionStats recentStats = ns.getRecentStats(); in mergeNetworkStatsFromMemory()
960 .getRecentStats().getCount(WifiScoreCard.CNT_CONSECUTIVE_CONNECTION_FAILURE) in shouldEnableNetwork()
2852 ssid).getRecentStats();
1900 currentConnectionEvent.mConfigSsid).getRecentStats(); in startConnectionEvent()