Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DScanRequestProxy.java417 private boolean shouldScanRequestBeThrottledForApp(int callingUid, String packageName, in shouldScanRequestBeThrottledForApp() method in ScanRequestProxy
464 && shouldScanRequestBeThrottledForApp(callingUid, packageName, packageImportance)) { in startScan()