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.java428 mWifiMetrics.incrementExternalBackgroundAppOneshotScanRequestsThrottledCount(); in shouldScanRequestBeThrottledForApp()
DWifiMetrics.java2349 public void incrementExternalBackgroundAppOneshotScanRequestsThrottledCount() { in incrementExternalBackgroundAppOneshotScanRequestsThrottledCount() method in WifiMetrics
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanRequestProxyTest.java899 verify(mWifiMetrics).incrementExternalBackgroundAppOneshotScanRequestsThrottledCount(); in testSuccessiveScanRequestFromBgAppsThrottled()
DWifiMetricsTest.java880 mWifiMetrics.incrementExternalBackgroundAppOneshotScanRequestsThrottledCount(); in setAndIncrementMetrics()