Searched refs:incrementOneshotScanCount (Results 1 – 3 of 3) sorted by relevance
957 verify(mWifiMetrics, never()).incrementOneshotScanCount(); in sendSingleScanRequestWithPrivilegedTypeParamsSetFromNonPrivilegedApp()1010 verify(mWifiMetrics, never()).incrementOneshotScanCount(); in sendSingleScanRequestWithPrivilegedHiddenNetworkParamsSetFromNonPrivilegedApp()1055 verify(mWifiMetrics, never()).incrementOneshotScanCount(); in sendSingleScanRequestWithInvalidScanType()1112 verify(mWifiMetrics).incrementOneshotScanCount(); in sendSingleScanRequestWhichFailsToStart()1155 verify(mWifiMetrics).incrementOneshotScanCount(); in sendSingleScanRequestWhichFailsAfterStart()1185 verify(mWifiMetrics, never()).incrementOneshotScanCount(); in testMetricsForOneshotScanWithDFSIsIncremented()1189 verify(mWifiMetrics).incrementOneshotScanCount(); in testMetricsForOneshotScanWithDFSIsIncremented()1218 verify(mWifiMetrics, never()).incrementOneshotScanCount(); in testMetricsForOneshotScanWithDFSIsNotIncremented()1222 verify(mWifiMetrics).incrementOneshotScanCount(); in testMetricsForOneshotScanWithDFSIsNotIncremented()3302 verify(mWifiMetrics).incrementOneshotScanCount(); in sendSingleScanRequestWhichFailsToStartOnMultipleImpls()[all …]
889 mWifiMetrics.incrementOneshotScanCount(); in handleScanStartMessage()
2277 public void incrementOneshotScanCount() { in incrementOneshotScanCount() method in WifiMetrics