Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DScanRequestProxy.java491 mWifiMetrics.incrementExternalBackgroundAppOneshotScanRequestsThrottledCount(); in shouldScanRequestBeThrottledForApp()
DWifiMetrics.java3086 public void incrementExternalBackgroundAppOneshotScanRequestsThrottledCount() { in incrementExternalBackgroundAppOneshotScanRequestsThrottledCount() method in WifiMetrics
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanRequestProxyTest.java927 verify(mWifiMetrics).incrementExternalBackgroundAppOneshotScanRequestsThrottledCount(); in testSuccessiveScanRequestFromBgAppsThrottled()
DWifiMetricsTest.java913 mWifiMetrics.incrementExternalBackgroundAppOneshotScanRequestsThrottledCount(); in setAndIncrementMetrics()