Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiDataStall.java330 mWifiMetrics.incrementChannelUtilizationCount(ccaLevel, currFrequency); in checkDataStallAndThroughputSufficiency()
H A DWifiMetrics.java2706 public void incrementChannelUtilizationCount(int channelUtilization, int frequency) { in incrementChannelUtilizationCount() method in WifiMetrics
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiDataStallTest.java298 verify(mWifiMetrics).incrementChannelUtilizationCount(10, 5850); in verifyThroughputNoRxLinkSpeed()
H A DWifiMetricsTest.java5649 mWifiMetrics.incrementChannelUtilizationCount(180, 2412); in testChannelUtilization()
5650 mWifiMetrics.incrementChannelUtilizationCount(150, 2412); in testChannelUtilization()
5651 mWifiMetrics.incrementChannelUtilizationCount(230, 2412); in testChannelUtilization()
5652 mWifiMetrics.incrementChannelUtilizationCount(20, 5510); in testChannelUtilization()
5653 mWifiMetrics.incrementChannelUtilizationCount(50, 5510); in testChannelUtilization()