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.java3118 mWifiMetrics.incrementTxLinkSpeedBandCount( in testTxRxLinkSpeedBandCounts()
3157 mWifiMetrics.incrementTxLinkSpeedBandCount( in testNoLinkSpeedCountsWhenDisabled()
3183 mWifiMetrics.incrementTxLinkSpeedBandCount( in testNoLinkSpeedCountsForOutOfBoundValues()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java2085 incrementTxLinkSpeedBandCount(mLastPollLinkSpeed, mLastPollFreq); in handlePollResult()
2162 public void incrementTxLinkSpeedBandCount(int txLinkSpeed, int frequency) { in incrementTxLinkSpeedBandCount() method in WifiMetrics