Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
H A DWifiScanningServiceTest.java1186 verify(mWifiMetrics, never()).incrementOneshotScanWithDfsCount(); in testMetricsForOneshotScanWithDFSIsIncremented()
1190 verify(mWifiMetrics).incrementOneshotScanWithDfsCount(); in testMetricsForOneshotScanWithDFSIsIncremented()
1219 verify(mWifiMetrics, never()).incrementOneshotScanWithDfsCount(); in testMetricsForOneshotScanWithDFSIsNotIncremented()
1223 verify(mWifiMetrics, never()).incrementOneshotScanWithDfsCount(); in testMetricsForOneshotScanWithDFSIsNotIncremented()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningServiceImpl.java891 mWifiMetrics.incrementOneshotScanWithDfsCount(); in handleScanStartMessage()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiMetrics.java2287 public void incrementOneshotScanWithDfsCount() { in incrementOneshotScanWithDfsCount() method in WifiMetrics
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiMetricsTest.java1037 mWifiMetrics.incrementOneshotScanWithDfsCount(); in setAndIncrementMetrics()