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.java1254 WifiLinkLayerStats getWifiLinkLayerStats() { in getWifiLinkLayerStats() method in ClientModeImpl
1260 WifiLinkLayerStats stats = mWifiNative.getWifiLinkLayerStats(mInterfaceName); in getWifiLinkLayerStats()
2591 getWifiLinkLayerStats(); in handleScreenStateChanged()
3045 getWifiLinkLayerStats(); in handlePreDhcpSetup()
4544 WifiLinkLayerStats stats = getWifiLinkLayerStats(); in processMessage()
5034 getWifiLinkLayerStats(); in processMessage()
5256 WifiLinkLayerStats stats = getWifiLinkLayerStats(); in updateLinkLayerStatsRssiAndScoreReportInternal()
5359 getWifiLinkLayerStats(); in enter()
DWifiNative.java2618 public WifiLinkLayerStats getWifiLinkLayerStats(@NonNull String ifaceName) { in getWifiLinkLayerStats() method in WifiNative
2619 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.java2462 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(llStats); in verifyConnectedModeRssiPolling()
3281 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(oldLLStats); in verifyRssiPollChecksDataStall()
3285 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(newLLStats); in verifyRssiPollChecksDataStall()
3303 when(mWifiNative.getWifiLinkLayerStats(any())).thenReturn(stats); in verifyRssiPollUpdatesWifiUsabilityMetrics()