Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java16577 private Set<android.app.admin.EnforcingAdmin> getEnforcingAdminsForRestrictionInternal( in getEnforcingAdminsForRestrictionInternal() method
16690 return new ArrayList<>(getEnforcingAdminsForRestrictionInternal(userId, restriction)); in getEnforcingAdminsForRestriction()