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
DShadowUserManager.java79 protected Bundle getApplicationRestrictions(String packageName) { in getApplicationRestrictions() method in ShadowUserManager
DShadowDevicePolicyManager.java332 protected Bundle getApplicationRestrictions(ComponentName admin, String packageName) { in getApplicationRestrictions() method in ShadowDevicePolicyManager
338 public Bundle getApplicationRestrictions(String packageName) { in getApplicationRestrictions() method in ShadowDevicePolicyManager
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowRestrictionsManagerTest.java33 public void getApplicationRestrictions() { in getApplicationRestrictions() method in ShadowRestrictionsManagerTest