Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DScanRequestProxy.java409 if (isPackageNameInExceptionList(packageName, true)) { in shouldScanRequestBeThrottledForForegroundApp()
425 private boolean isPackageNameInExceptionList(String packageName, boolean isForeground) { in isPackageNameInExceptionList() method in ScanRequestProxy
447 if (isPackageNameInExceptionList(packageName, false)) { in shouldScanRequestBeThrottledForBackgroundApp()