Searched refs:getWifiLinkLayerStats (Results 1 – 14 of 14) sorted by relevance
2965 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(llStats); in verifyConnectedModeRssiPolling()3016 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(llStats); in verifyConnectedModeNetworkCapabilitiesBandwidthUpdate()3475 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(llStats); in testAbnormalDisconnectNotifiesWifiBlocklistMonitor()4024 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(llStats); in internetValidationFailure_notUserSelected_expectTemporarilyDisabled()4439 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(oldLLStats); in verifyRssiPollChecksDataStall()4443 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(newLLStats); in verifyRssiPollChecksDataStall()4462 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(stats); in verifyRssiPollUpdatesWifiUsabilityMetrics()5749 inOrder.verify(mWifiNative).getWifiLinkLayerStats(any()); in testWifiScoreReportDump()6441 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(oldLLStats); in verifyRssiPollOnScreenStateChange()6444 verify(mWifiNative).getWifiLinkLayerStats(WIFI_IFACE_NAME); in verifyRssiPollOnScreenStateChange()[all …]
1063 assertNull(mWifiVendorHal.getWifiLinkLayerStats(TEST_IFACE_NAME)); in testLinkLayerStatsEnableAfterStartup()1068 mWifiVendorHal.getWifiLinkLayerStats(TEST_IFACE_NAME); in testLinkLayerStatsEnableAfterStartup()1069 mWifiVendorHal.getWifiLinkLayerStats(TEST_IFACE_NAME); in testLinkLayerStatsEnableAfterStartup()1081 mWifiVendorHal.getWifiLinkLayerStats(TEST_IFACE_NAME); in testLinkLayerStatsCorrectVersionWithHalV1_3()1092 mWifiVendorHal.getWifiLinkLayerStats(TEST_IFACE_NAME); in testLinkLayerStatsCorrectVersionWithHalV1_5()1110 assertNull(mWifiVendorHal.getWifiLinkLayerStats(TEST_IFACE_NAME)); in testLinkLayerStatsNotEnabledAndHarmlessInApMode()
3904 when(mPrimaryClientModeManager.getWifiLinkLayerStats()).thenReturn(llstats); in verifyWifiChannelUtilizationRefreshedAfterScanResults()3920 when(mPrimaryClientModeManager.getWifiLinkLayerStats()).thenReturn(llstats); in verifyWifiChannelUtilizationInitAfterWifiToggle()3933 when(mPrimaryClientModeManager.getWifiLinkLayerStats()).thenReturn(llstats); in verifyWifiChannelUtilizationSetMobilityState()
1002 verify(mWifiNative).getWifiLinkLayerStats(TEST_IFACE_NAME); in testFrameworkTriggersUpdateOfWifiUsabilityStats()
7013 when(mClientModeManager.getWifiLinkLayerStats()).thenReturn(stats); in setupReportActivityInfo()
129 default WifiLinkLayerStats getWifiLinkLayerStats() { in getWifiLinkLayerStats() method
130 WifiLinkLayerStats getWifiLinkLayerStats(); in getWifiLinkLayerStats() method
1289 public WifiLinkLayerStats getWifiLinkLayerStats() { in getWifiLinkLayerStats() method in ConcreteClientModeManager1290 return getClientMode().getWifiLinkLayerStats(); in getWifiLinkLayerStats()
1204 public WifiLinkLayerStats getWifiLinkLayerStats() { in getWifiLinkLayerStats() method in ClientModeImpl1210 WifiLinkLayerStats stats = mWifiNative.getWifiLinkLayerStats(mInterfaceName); in getWifiLinkLayerStats()2123 getWifiLinkLayerStats();2181 WifiLinkLayerStats stats = getWifiLinkLayerStats();2698 getWifiLinkLayerStats();4975 getWifiLinkLayerStats();5292 getWifiLinkLayerStats();
170 WifiLinkLayerStats stats = mWifiNative.getWifiLinkLayerStats(mInterfaceName); in triggerUpdateOfWifiUsabilityStats()
357 clientModeManager.getWifiLinkLayerStats(), in handleScanResults()2466 mWifiChannelUtilization.init(getPrimaryClientModeManager().getWifiLinkLayerStats()); in start()
3220 public WifiLinkLayerStats getWifiLinkLayerStats(@NonNull String ifaceName) {3221 return mWifiVendorHal.getWifiLinkLayerStats(ifaceName);
1125 public WifiLinkLayerStats getWifiLinkLayerStats(@NonNull String ifaceName) { in getWifiLinkLayerStats() method in WifiVendorHal
2410 () -> mActiveModeWarden.getPrimaryClientModeManager().getWifiLinkLayerStats(), in getWifiActivityEnergyInfo()