Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanRequestProxyTest.java663 verify(mWifiMetrics).incrementExternalForegroundAppOneshotScanRequestsThrottledCount(); in testSuccessiveScanRequestFromSameFgAppThrottled()
842 verify(mWifiMetrics).incrementExternalForegroundAppOneshotScanRequestsThrottledCount(); in testSuccessiveScanRequestFromSameAppAfterRemovalOnAnotherUserThrottled()
DWifiMetricsTest.java877 mWifiMetrics.incrementExternalForegroundAppOneshotScanRequestsThrottledCount(); in setAndIncrementMetrics()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DScanRequestProxy.java437 mWifiMetrics.incrementExternalForegroundAppOneshotScanRequestsThrottledCount(); in shouldScanRequestBeThrottledForApp()
DWifiMetrics.java2340 public void incrementExternalForegroundAppOneshotScanRequestsThrottledCount() { in incrementExternalForegroundAppOneshotScanRequestsThrottledCount() method in WifiMetrics