Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java2604 mWifiMetrics.incrementRxLinkSpeedBandCount( in testTxRxLinkSpeedBandCounts()
2645 mWifiMetrics.incrementRxLinkSpeedBandCount( in testNoLinkSpeedCountsWhenDisabled()
2673 mWifiMetrics.incrementRxLinkSpeedBandCount( in testNoLinkSpeedCountsForOutOfBoundValues()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java1584 incrementRxLinkSpeedBandCount(mLastPollRxLinkSpeed, mLastPollFreq); in handlePollResult()
1685 public void incrementRxLinkSpeedBandCount(int rxLinkSpeed, int frequency) { in incrementRxLinkSpeedBandCount() method in WifiMetrics