Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileTest.java159 changeUserRestriction(restriction, true, mProfileUserId); in testNoDebuggingFeaturesRestriction()
626 private String changeUserRestriction(String key, boolean value, int userId) in changeUserRestriction() method in ManagedProfileTest
628 return changeUserRestriction(key, value, userId, MANAGED_PROFILE_PKG); in changeUserRestriction()
DBaseDevicePolicyTest.java1027 protected String changeUserRestriction(String key, boolean value, int userId, in changeUserRestriction() method in BaseDevicePolicyTest