Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DWorkSourceHelper.java174 String[] exceptionList = mResources.getStringArray( in isForegroundApp() local
176 if (exceptionList != null && Arrays.stream(exceptionList).anyMatch( in isForegroundApp()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DScanRequestProxy.java429 String[] exceptionList = mContext.getResources().getStringArray(isForeground in isPackageNameInExceptionList() local
432 if (exceptionList == null) { in isPackageNameInExceptionList()
435 for (String name : exceptionList) { in isPackageNameInExceptionList()
/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/
DRttServiceImpl.java1046 String[] exceptionList = mContext.getResources().getStringArray( in preExecThrottleCheck() local
1048 for (String packageName : exceptionList) { in preExecThrottleCheck()