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.java691 verify(mWifiMetrics).incrementExternalForegroundAppOneshotScanRequestsThrottledCount(); in testSuccessiveScanRequestFromSameFgAppThrottled()
870 verify(mWifiMetrics).incrementExternalForegroundAppOneshotScanRequestsThrottledCount(); in testSuccessiveScanRequestFromSameAppAfterRemovalOnAnotherUserThrottled()
DWifiMetricsTest.java910 mWifiMetrics.incrementExternalForegroundAppOneshotScanRequestsThrottledCount(); in setAndIncrementMetrics()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DScanRequestProxy.java500 mWifiMetrics.incrementExternalForegroundAppOneshotScanRequestsThrottledCount(); in shouldScanRequestBeThrottledForApp()
DWifiMetrics.java3077 public void incrementExternalForegroundAppOneshotScanRequestsThrottledCount() { in incrementExternalForegroundAppOneshotScanRequestsThrottledCount() method in WifiMetrics