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