Home
last modified time | relevance | path

Searched defs:restrictionKey (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDevicePolicyManagerTest.java240 String restrictionKey = "restriction key"; in addUserRestrictionShouldWorkAsIntendedForDeviceOwner() local
257 String restrictionKey = "restriction key"; in addUserRestrictionShouldWorkAsIntendedForProfileOwner() local
277 String restrictionKey = "restriction key"; in clearUserRestrictionShouldWorkAsIntendedForActiveAdmins() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowUserManager.java152 protected boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction()
157 public void setUserRestriction(UserHandle userHandle, String restrictionKey, boolean value) { in setUserRestriction()