Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanRequestProxy.java433 mWifiMetrics.incrementExternalBackgroundAppOneshotScanRequestsThrottledCount(); in shouldScanRequestBeThrottledForApp()
DWifiMetrics.java1369 public void incrementExternalBackgroundAppOneshotScanRequestsThrottledCount() { in incrementExternalBackgroundAppOneshotScanRequestsThrottledCount() method in WifiMetrics
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanRequestProxyTest.java768 verify(mWifiMetrics).incrementExternalBackgroundAppOneshotScanRequestsThrottledCount(); in testSuccessiveScanRequestFromBgAppsThrottled()
DWifiMetricsTest.java695 mWifiMetrics.incrementExternalBackgroundAppOneshotScanRequestsThrottledCount(); in setAndIncrementMetrics()