Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowRestrictionsManager.java13 private Bundle applicationRestrictions; field in ShadowRestrictionsManager
18 public void setApplicationRestrictions(Bundle applicationRestrictions) { in setApplicationRestrictions() argument
19 this.applicationRestrictions = applicationRestrictions; in setApplicationRestrictions()
27 return applicationRestrictions; in getApplicationRestrictions()
DShadowUserManager.java57 private Map<String, Bundle> applicationRestrictions = new HashMap<>(); field in ShadowUserManager
80 Bundle bundle = applicationRestrictions.get(packageName); in getApplicationRestrictions()
88 applicationRestrictions.put(packageName, restrictions); in setApplicationRestrictions()
DShadowDevicePolicyManager.java346 ComponentName admin, String packageName, Bundle applicationRestrictions) { in setApplicationRestrictions() argument
348 setApplicationRestrictions(packageName, applicationRestrictions); in setApplicationRestrictions()
356 public void setApplicationRestrictions(String packageName, Bundle applicationRestrictions) { in setApplicationRestrictions() argument
357 applicationRestrictionsMap.put(packageName, new Bundle(applicationRestrictions)); in setApplicationRestrictions()