Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1872 if (getDevicePolicyLocalRestrictionsForTargetUserLR(targetUserId) in updateLocalRestrictionsForTargetUsersLR()
1886 private @NonNull RestrictionsSet getDevicePolicyLocalRestrictionsForTargetUserLR( in getDevicePolicyLocalRestrictionsForTargetUserLR() method in UserManagerService
1901 final RestrictionsSet local = getDevicePolicyLocalRestrictionsForTargetUserLR(userId); in computeEffectiveUserRestrictionsLR()
2031 result.addAll(getDevicePolicyLocalRestrictionsForTargetUserLR(userId).getEnforcingUsers( in getUserRestrictionSources()
2906 getDevicePolicyLocalRestrictionsForTargetUserLR(userInfo.id).writeRestrictions( in writeUserLP()
4004 changed |= getDevicePolicyLocalRestrictionsForTargetUserLR(targetUserId) in removeUserState()
4749 getDevicePolicyLocalRestrictionsForTargetUserLR( in dump()
/frameworks/base/services/
Dart-profile26521 HSPLcom/android/server/pm/UserManagerService;->getDevicePolicyLocalRestrictionsForTargetUserLR(I)Lc…