Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java2602 mWifiMetrics.incrementTxLinkSpeedBandCount( in testTxRxLinkSpeedBandCounts()
2643 mWifiMetrics.incrementTxLinkSpeedBandCount( in testNoLinkSpeedCountsWhenDisabled()
2671 mWifiMetrics.incrementTxLinkSpeedBandCount( in testNoLinkSpeedCountsForOutOfBoundValues()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java1583 incrementTxLinkSpeedBandCount(mLastPollLinkSpeed, mLastPollFreq); in handlePollResult()
1660 public void incrementTxLinkSpeedBandCount(int txLinkSpeed, int frequency) { in incrementTxLinkSpeedBandCount() method in WifiMetrics