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.java754 changePolicyOrFail(command, "--es extra-account-type " + accountType, userId); in changeAccountManagement()
761 changePolicyOrFail("set-app-restrictions-manager", packageNameExtra, mUserId); in changeApplicationRestrictionsManagingPackage()
776 changePolicyOrFail("set-delegated-scopes", extras, mUserId); in setDelegatedScopes()
787 private void changePolicyOrFail(String command, String extras, int userId) in changePolicyOrFail() method in DeviceAndProfileOwnerTest
789 changePolicyOrFail(command, extras, userId, DEVICE_ADMIN_PKG); in changePolicyOrFail()
DBaseDevicePolicyTest.java705 changePolicyOrFail(getUserRestrictionCommand(value), " --es extra-restriction-key " + key, in changeUserRestrictionOrFail()
735 protected void changePolicyOrFail(String command, String extras, int userId, in changePolicyOrFail() method in BaseDevicePolicyTest