Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java1922 changePolicyOrFail(command, "--es extra-account-type " + accountType, userId); in changeAccountManagement()
1929 changePolicyOrFail("set-app-restrictions-manager", packageNameExtra, mUserId); in changeApplicationRestrictionsManagingPackage()
1944 changePolicyOrFail("set-delegated-scopes", extras, mUserId); in setDelegatedScopes()
1955 private void changePolicyOrFail(String command, String extras, int userId) in changePolicyOrFail() method in DeviceAndProfileOwnerTest
1957 changePolicyOrFail(command, extras, userId, DEVICE_ADMIN_PKG); in changePolicyOrFail()
DBaseDevicePolicyTest.java1039 changePolicyOrFail(getUserRestrictionCommand(value), " --es extra-restriction-key " + key, in changeUserRestrictionOrFail()
1069 protected void changePolicyOrFail(String command, String extras, int userId, in changePolicyOrFail() method in BaseDevicePolicyTest