Home
last modified time | relevance | path

Searched refs:clearUserRestriction (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDevicePolicyManager.java183 protected void clearUserRestriction(ComponentName admin, String key) { in clearUserRestriction() method in ShadowDevicePolicyManager
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDevicePolicyManagerTest.java281 devicePolicyManager.clearUserRestriction(testComponent, restrictionKey); in clearUserRestrictionShouldWorkAsIntendedForActiveAdmins()