Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanRequestProxy.java386 private boolean shouldScanRequestBeThrottledForApp(int callingUid, String packageName) { in shouldScanRequestBeThrottledForApp() method in ScanRequestProxy
430 && shouldScanRequestBeThrottledForApp(callingUid, packageName)) { in startScan()