Searched refs:getEnforcingAdminsForRestrictionInternal (Results 1 – 1 of 1) sorted by relevance
16238 if (getEnforcingAdminsForRestrictionInternal(userId, restriction).size() == 0) { in getEnforcingAdminAndUserDetailsInternal()16264 private Set<android.app.admin.EnforcingAdmin> getEnforcingAdminsForRestrictionInternal( in getEnforcingAdminsForRestrictionInternal() method16354 return new ArrayList<>(getEnforcingAdminsForRestrictionInternal(userId, restriction)); in getEnforcingAdminsForRestriction()