Searched defs:applicationRestrictions (Results 1 – 3 of 3) sorted by relevance
13 private Bundle applicationRestrictions; field in ShadowRestrictionsManager18 public void setApplicationRestrictions(Bundle applicationRestrictions) { in setApplicationRestrictions()
349 ComponentName admin, String packageName, Bundle applicationRestrictions) { in setApplicationRestrictions()359 public void setApplicationRestrictions(String packageName, Bundle applicationRestrictions) { in setApplicationRestrictions()
68 private Map<String, Bundle> applicationRestrictions = new HashMap<>(); field in ShadowUserManager