Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1678 Bundle profileOwnerRestrictions = mDevicePolicyLocalUserRestrictions.get(userId); in getUserRestrictionSources() local
1679 if (UserRestrictionsUtils.contains(profileOwnerRestrictions, restrictionKey)) { in getUserRestrictionSources()