Home
last modified time | relevance | path

Searched refs:incrementLinkSpeedCount (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiMetricsTest.java3634 mWifiMetrics.incrementLinkSpeedCount( in testLinkSpeedCounts()
3699 mWifiMetrics.incrementLinkSpeedCount( in testNoLinkSpeedCountsWhenDisabled()
3725 mWifiMetrics.incrementLinkSpeedCount( in testNoLinkSpeedCountsForOutOfBoundValues()
3733 mWifiMetrics.incrementLinkSpeedCount( in testNoLinkSpeedCountsForOutOfBoundValues()
3737 mWifiMetrics.incrementLinkSpeedCount( in testNoLinkSpeedCountsForOutOfBoundValues()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiMetrics.java2564 incrementLinkSpeedCount(mLastPollLinkSpeed, mLastPollRssi); in handlePollResult()
2618 public void incrementLinkSpeedCount(int linkSpeed, int rssi) { in incrementLinkSpeedCount() method in WifiMetrics