Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java16238 if (getEnforcingAdminsForRestrictionInternal(userId, restriction).size() == 0) { in getEnforcingAdminAndUserDetailsInternal()
16264 private Set<android.app.admin.EnforcingAdmin> getEnforcingAdminsForRestrictionInternal( in getEnforcingAdminsForRestrictionInternal() method
16354 return new ArrayList<>(getEnforcingAdminsForRestrictionInternal(userId, restriction)); in getEnforcingAdminsForRestriction()