Searched refs:disallowProperty (Results 1 – 1 of 1) sorted by relevance
203 @Nullable String disallowProperty) { in AbstractMasterSystemService() argument204 this(context, serviceNameResolver, disallowProperty, in AbstractMasterSystemService()227 @Nullable ServiceNameResolver serviceNameResolver, @Nullable String disallowProperty, in AbstractMasterSystemService() argument251 if (disallowProperty == null) { in AbstractMasterSystemService()261 final boolean disabled = umi.getUserRestriction(userId, disallowProperty); in AbstractMasterSystemService()269 newRestrictions.getBoolean(disallowProperty, false); in AbstractMasterSystemService()