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.java424 private boolean shouldScanRequestBeThrottledForApp(int callingUid, String packageName) { in shouldScanRequestBeThrottledForApp() method in ScanRequestProxy
468 && shouldScanRequestBeThrottledForApp(callingUid, packageName)) { in startScan()