Home
last modified time | relevance | path

Searched refs:ADD_RESTRICTION_COMMAND (Results 1 – 3 of 3) 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.java58 private static final String ADD_RESTRICTION_COMMAND = "add-restriction"; field in ManagedProfileTest
195 changeUserRestrictionForUser("allow_parent_profile_app_linking", ADD_RESTRICTION_COMMAND, in testAppLinks()
313 changeUserRestrictionForUser(restriction, ADD_RESTRICTION_COMMAND, mUserId); in testNoDebuggingFeaturesRestriction()
320 changeUserRestrictionForUser(restriction, ADD_RESTRICTION_COMMAND, mUserId); in testNoDebuggingFeaturesRestriction()
DDeviceAndProfileOwnerTest.java55 private static final String ADD_RESTRICTION_COMMAND = "add-restriction"; field in DeviceAndProfileOwnerTest
235 ADD_RESTRICTION_COMMAND, mUserId); in testPackageInstallUserRestrictions()