Searched refs:disallowProperty (Results 1 – 1 of 1) sorted by relevance
185 @Nullable String disallowProperty) { in AbstractMasterSystemService() argument186 this(context, serviceNameResolver, disallowProperty, in AbstractMasterSystemService()209 @Nullable String disallowProperty, @PackageUpdatePolicy int packageUpdatePolicy) { in AbstractMasterSystemService() argument220 if (disallowProperty == null) { in AbstractMasterSystemService()230 final boolean disabled = umi.getUserRestriction(userId, disallowProperty); in AbstractMasterSystemService()238 newRestrictions.getBoolean(disallowProperty, false); in AbstractMasterSystemService()