Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DWifiScanningServiceTest.java1155 verify(mWifiMetrics, never()).incrementOneshotScanWithDfsCount(); in testMetricsForOneshotScanWithDFSIsIncremented()
1161 verify(mWifiMetrics).incrementOneshotScanWithDfsCount(); in testMetricsForOneshotScanWithDFSIsIncremented()
1182 verify(mWifiMetrics, never()).incrementOneshotScanWithDfsCount(); in testMetricsForOneshotScanWithDFSIsNotIncremented()
1187 verify(mWifiMetrics, never()).incrementOneshotScanWithDfsCount(); in testMetricsForOneshotScanWithDFSIsNotIncremented()
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java1145 mWifiMetrics.incrementOneshotScanWithDfsCount(); in handleScanStartMessage()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java1070 mWifiMetrics.incrementOneshotScanWithDfsCount(); in setAndIncrementMetrics()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java3024 public void incrementOneshotScanWithDfsCount() { in incrementOneshotScanWithDfsCount() method in WifiMetrics