Searched refs:exceptionList (Results 1 – 1 of 1) sorted by relevance
2441 final Set<String> exceptionList = in migrateUserRestrictionsIfNecessaryLocked() local2445 exceptionList, /* isDeviceOwner =*/ false); in migrateUserRestrictionsIfNecessaryLocked() local2463 Set<String> exceptionList, boolean isDeviceOwner) { in migrateUserRestrictionsForUser() argument2478 if (!canOwnerChange || (exceptionList!= null && exceptionList.contains(key))) { in migrateUserRestrictionsForUser()