Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java3827 mWifiMetrics.incrementRxLinkSpeedBandCount( in testTxRxLinkSpeedBandCounts()
3866 mWifiMetrics.incrementRxLinkSpeedBandCount( in testNoLinkSpeedCountsWhenDisabled()
3892 mWifiMetrics.incrementRxLinkSpeedBandCount( in testNoLinkSpeedCountsForOutOfBoundValues()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java3304 incrementRxLinkSpeedBandCount(mLastPollRxLinkSpeed, mLastPollFreq); in handlePollResult()
3413 public void incrementRxLinkSpeedBandCount(int rxLinkSpeed, int frequency) { in incrementRxLinkSpeedBandCount() method in WifiMetrics