Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java1271 WifiLinkLayerStats getWifiLinkLayerStats() { in getWifiLinkLayerStats() method in ClientModeImpl
1277 WifiLinkLayerStats stats = mWifiNative.getWifiLinkLayerStats(mInterfaceName); in getWifiLinkLayerStats()
2612 getWifiLinkLayerStats(); in handleScreenStateChanged()
3059 getWifiLinkLayerStats(); in handlePreDhcpSetup()
4574 WifiLinkLayerStats stats = getWifiLinkLayerStats(); in processMessage()
5095 getWifiLinkLayerStats(); in processMessage()
5328 WifiLinkLayerStats stats = getWifiLinkLayerStats(); in updateLinkLayerStatsRssiAndScoreReportInternal()
5478 getWifiLinkLayerStats(); in enter()
DWifiNative.java2619 public WifiLinkLayerStats getWifiLinkLayerStats(@NonNull String ifaceName) { in getWifiLinkLayerStats() method in WifiNative
2620 return mWifiVendorHal.getWifiLinkLayerStats(ifaceName); in getWifiLinkLayerStats()
DWifiVendorHal.java886 public WifiLinkLayerStats getWifiLinkLayerStats(@NonNull String ifaceName) { in getWifiLinkLayerStats() method in WifiVendorHal
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiVendorHalTest.java855 assertNull(mWifiVendorHal.getWifiLinkLayerStats(TEST_IFACE_NAME)); in testLinkLayerStatsEnableAfterStartup()
860 mWifiVendorHal.getWifiLinkLayerStats(TEST_IFACE_NAME); in testLinkLayerStatsEnableAfterStartup()
861 mWifiVendorHal.getWifiLinkLayerStats(TEST_IFACE_NAME); in testLinkLayerStatsEnableAfterStartup()
872 mWifiVendorHal.getWifiLinkLayerStats(TEST_IFACE_NAME); in testLinkLayerStatsCorrectVersionWithHalV1_3()
890 assertNull(mWifiVendorHal.getWifiLinkLayerStats(TEST_IFACE_NAME)); in testLinkLayerStatsNotEnabledAndHarmlessInApMode()
DClientModeImplTest.java2598 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(llStats); in verifyConnectedModeRssiPolling()
3480 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(oldLLStats); in verifyRssiPollChecksDataStall()
3484 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(newLLStats); in verifyRssiPollChecksDataStall()
3502 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(stats); in verifyRssiPollUpdatesWifiUsabilityMetrics()