Searched refs:incrementOneshotScanWithDfsCount (Results 1 – 4 of 4) sorted by relevance
1155 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()
1145 mWifiMetrics.incrementOneshotScanWithDfsCount(); in handleScanStartMessage()
1070 mWifiMetrics.incrementOneshotScanWithDfsCount(); in setAndIncrementMetrics()
3024 public void incrementOneshotScanWithDfsCount() { in incrementOneshotScanWithDfsCount() method in WifiMetrics