Searched refs:applicationRestrictions (Results 1 – 3 of 3) sorted by relevance
13 private Bundle applicationRestrictions; field in ShadowRestrictionsManager18 public void setApplicationRestrictions(Bundle applicationRestrictions) { in setApplicationRestrictions() argument19 this.applicationRestrictions = applicationRestrictions; in setApplicationRestrictions()27 return applicationRestrictions; in getApplicationRestrictions()
68 private Map<String, Bundle> applicationRestrictions = new HashMap<>(); field in ShadowUserManager93 Bundle bundle = applicationRestrictions.get(packageName); in getApplicationRestrictions()101 applicationRestrictions.put(packageName, restrictions); in setApplicationRestrictions()
349 ComponentName admin, String packageName, Bundle applicationRestrictions) { in setApplicationRestrictions() argument351 setApplicationRestrictions(packageName, applicationRestrictions); in setApplicationRestrictions()359 public void setApplicationRestrictions(String packageName, Bundle applicationRestrictions) { in setApplicationRestrictions() argument360 applicationRestrictionsMap.put(packageName, new Bundle(applicationRestrictions)); in setApplicationRestrictions()