Searched refs:disallowProperty (Results 1 – 1 of 1) sorted by relevance
210 @Nullable String disallowProperty) { in AbstractMasterSystemService() argument211 this(context, serviceNameResolver, disallowProperty, in AbstractMasterSystemService()234 @Nullable ServiceNameResolver serviceNameResolver, @Nullable String disallowProperty, in AbstractMasterSystemService() argument258 if (disallowProperty == null) { in AbstractMasterSystemService()267 final boolean disabled = umi.getUserRestriction(userId, disallowProperty); in AbstractMasterSystemService()275 newRestrictions.getBoolean(disallowProperty, false); in AbstractMasterSystemService()