Searched refs:exceptionList (Results 1 – 3 of 3) sorted by relevance
174 String[] exceptionList = mResources.getStringArray( in isForegroundApp() local176 if (exceptionList != null && Arrays.stream(exceptionList).anyMatch( in isForegroundApp()
429 String[] exceptionList = mContext.getResources().getStringArray(isForeground in isPackageNameInExceptionList() local432 if (exceptionList == null) { in isPackageNameInExceptionList()435 for (String name : exceptionList) { in isPackageNameInExceptionList()
1046 String[] exceptionList = mContext.getResources().getStringArray( in preExecThrottleCheck() local1048 for (String packageName : exceptionList) { in preExecThrottleCheck()