Searched refs:exceptionList (Results 1 – 2 of 2) sorted by relevance
368 String[] exceptionList = mContext.getResources().getStringArray(isForeground in isPackageNameInExceptionList() local371 if (exceptionList == null) { in isPackageNameInExceptionList()374 for (String name : exceptionList) { in isPackageNameInExceptionList()
2403 final Set<String> exceptionList = in migrateUserRestrictionsIfNecessaryLocked() local2407 exceptionList, /* isDeviceOwner =*/ false); in migrateUserRestrictionsIfNecessaryLocked() local2425 Set<String> exceptionList, boolean isDeviceOwner) { in migrateUserRestrictionsForUser() argument2440 if (!canOwnerChange || (exceptionList!= null && exceptionList.contains(key))) { in migrateUserRestrictionsForUser()