Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/infra/
DAbstractMasterSystemService.java185 @Nullable String disallowProperty) { in AbstractMasterSystemService() argument
186 this(context, serviceNameResolver, disallowProperty, in AbstractMasterSystemService()
209 @Nullable String disallowProperty, @PackageUpdatePolicy int packageUpdatePolicy) { in AbstractMasterSystemService() argument
220 if (disallowProperty == null) { in AbstractMasterSystemService()
230 final boolean disabled = umi.getUserRestriction(userId, disallowProperty); in AbstractMasterSystemService()
238 newRestrictions.getBoolean(disallowProperty, false); in AbstractMasterSystemService()