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()
57 private Map<String, Bundle> applicationRestrictions = new HashMap<>(); field in ShadowUserManager80 Bundle bundle = applicationRestrictions.get(packageName); in getApplicationRestrictions()88 applicationRestrictions.put(packageName, restrictions); in setApplicationRestrictions()
346 ComponentName admin, String packageName, Bundle applicationRestrictions) { in setApplicationRestrictions() argument348 setApplicationRestrictions(packageName, applicationRestrictions); in setApplicationRestrictions()356 public void setApplicationRestrictions(String packageName, Bundle applicationRestrictions) { in setApplicationRestrictions() argument357 applicationRestrictionsMap.put(packageName, new Bundle(applicationRestrictions)); in setApplicationRestrictions()