Home
last modified time | relevance | path

Searched refs:incrementChannelUtilizationCount (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDataStall.java329 mWifiMetrics.incrementChannelUtilizationCount(ccaLevel, currFrequency); in checkDataStallAndThroughputSufficiency()
DWifiMetrics.java2726 public void incrementChannelUtilizationCount(int channelUtilization, int frequency) { in incrementChannelUtilizationCount() method in WifiMetrics
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiDataStallTest.java297 verify(mWifiMetrics).incrementChannelUtilizationCount(10, 5850); in verifyThroughputNoRxLinkSpeed()
DWifiMetricsTest.java5708 mWifiMetrics.incrementChannelUtilizationCount(180, 2412); in testChannelUtilization()
5709 mWifiMetrics.incrementChannelUtilizationCount(150, 2412); in testChannelUtilization()
5710 mWifiMetrics.incrementChannelUtilizationCount(230, 2412); in testChannelUtilization()
5711 mWifiMetrics.incrementChannelUtilizationCount(20, 5510); in testChannelUtilization()
5712 mWifiMetrics.incrementChannelUtilizationCount(50, 5510); in testChannelUtilization()