Home
last modified time | relevance | path

Searched refs:getOneshotScanWithDfsCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DWifiScanningServiceTest.java957 assertEquals(0, mWifiMetrics.getOneshotScanWithDfsCount()); in testMetricsForOneshotScanWithDFSIsIncremented()
961 assertEquals(1, mWifiMetrics.getOneshotScanWithDfsCount()); in testMetricsForOneshotScanWithDFSIsIncremented()
993 assertEquals(0, mWifiMetrics.getOneshotScanWithDfsCount()); in testMetricsForOneshotScanWithDFSIsNotIncremented()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java1343 public int getOneshotScanWithDfsCount() { in getOneshotScanWithDfsCount() method in WifiMetrics