Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DSetPolicyActivity.java39 private static final String ADD_RESTRICTION_COMMAND = "add-restriction"; field in SetPolicyActivity
71 if (ADD_RESTRICTION_COMMAND.equals(command)) { in handleIntent()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileTest.java70 private static final String ADD_RESTRICTION_COMMAND = "add-restriction"; field in ManagedProfileTest
212 changeUserRestrictionForUser("allow_parent_profile_app_linking", ADD_RESTRICTION_COMMAND, in testAppLinks()
330 changeUserRestrictionForUser(restriction, ADD_RESTRICTION_COMMAND, mProfileUserId); in testNoDebuggingFeaturesRestriction()
337 changeUserRestrictionForUser(restriction, ADD_RESTRICTION_COMMAND, mProfileUserId); in testNoDebuggingFeaturesRestriction()