Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiScoreReport.java123 WifiLinkLayerStats stats = mWifiNative.getWifiLinkLayerStats(mInterfaceName); in triggerUpdateOfWifiUsabilityStats()
DClientModeImpl.java1299 WifiLinkLayerStats getWifiLinkLayerStats() { in getWifiLinkLayerStats() method in ClientModeImpl
1305 WifiLinkLayerStats stats = mWifiNative.getWifiLinkLayerStats(mInterfaceName); in getWifiLinkLayerStats()
2338 getWifiLinkLayerStats(); in handleScreenStateChanged()
2824 getWifiLinkLayerStats(); in handlePreDhcpSetup()
4306 WifiLinkLayerStats stats = getWifiLinkLayerStats();
4865 getWifiLinkLayerStats(); in processMessage()
5083 WifiLinkLayerStats stats = getWifiLinkLayerStats(); in updateLinkLayerStatsRssiAndScoreReportInternal()
5136 getWifiLinkLayerStats(); in enter()
DWifiConnectivityManager.java302 mStateMachine.getWifiLinkLayerStats(), WifiChannelUtilization.UNKNOWN_FREQ); in handleScanResults()
1875 mWifiChannelUtilization.init(mStateMachine.getWifiLinkLayerStats()); in start()
DWifiNative.java2864 public WifiLinkLayerStats getWifiLinkLayerStats(@NonNull String ifaceName) {
2865 return mWifiVendorHal.getWifiLinkLayerStats(ifaceName);
DWifiVendorHal.java933 public WifiLinkLayerStats getWifiLinkLayerStats(@NonNull String ifaceName) { in getWifiLinkLayerStats() method in WifiVendorHal
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiVendorHalTest.java925 assertNull(mWifiVendorHal.getWifiLinkLayerStats(TEST_IFACE_NAME)); in testLinkLayerStatsEnableAfterStartup()
930 mWifiVendorHal.getWifiLinkLayerStats(TEST_IFACE_NAME); in testLinkLayerStatsEnableAfterStartup()
931 mWifiVendorHal.getWifiLinkLayerStats(TEST_IFACE_NAME); in testLinkLayerStatsEnableAfterStartup()
942 mWifiVendorHal.getWifiLinkLayerStats(TEST_IFACE_NAME); in testLinkLayerStatsCorrectVersionWithHalV1_3()
960 assertNull(mWifiVendorHal.getWifiLinkLayerStats(TEST_IFACE_NAME)); in testLinkLayerStatsNotEnabledAndHarmlessInApMode()
DWifiScoreReportTest.java730 verify(mWifiNative).getWifiLinkLayerStats("wlan0");
DClientModeImplTest.java2725 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(llStats); in verifyConnectedModeRssiPolling()
3131 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(llStats); in testAbnormalDisconnectNotifiesBssidBlocklistMonitor()
3550 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(llStats); in verifyAutoConnectedNetworkWithInternetValidationFailure()
3792 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(oldLLStats); in verifyRssiPollChecksDataStall()
3796 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(newLLStats); in verifyRssiPollChecksDataStall()
3815 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(stats); in verifyRssiPollUpdatesWifiUsabilityMetrics()
DWifiConnectivityManagerTest.java2916 when(mClientModeImpl.getWifiLinkLayerStats()).thenReturn(llstats); in verifyWifiChannelUtilizationRefreshedAfterScanResults()
2932 when(mClientModeImpl.getWifiLinkLayerStats()).thenReturn(llstats); in verifyWifiChannelUtilizationInitAfterWifiToggle()
2945 when(mClientModeImpl.getWifiLinkLayerStats()).thenReturn(llstats); in verifyWifiChannelUtilizationSetMobilityState()