Home
last modified time | relevance | path

Searched defs:getApplicationRestrictions (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowRestrictionsManager.java26 protected Bundle getApplicationRestrictions() { in getApplicationRestrictions() method in ShadowRestrictionsManager
DShadowDevicePolicyManager.java335 protected Bundle getApplicationRestrictions(ComponentName admin, String packageName) { in getApplicationRestrictions() method in ShadowDevicePolicyManager
341 public Bundle getApplicationRestrictions(String packageName) { in getApplicationRestrictions() method in ShadowDevicePolicyManager
DShadowUserManager.java92 protected Bundle getApplicationRestrictions(String packageName) { in getApplicationRestrictions() method in ShadowUserManager
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowRestrictionsManagerTest.java33 public void getApplicationRestrictions() { in getApplicationRestrictions() method in ShadowRestrictionsManagerTest