Searched refs:changePolicyOrFail (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | DeviceAndProfileOwnerTest.java | 1927 changePolicyOrFail(command, "--es extra-account-type " + accountType, userId); in changeAccountManagement() 1934 changePolicyOrFail("set-app-restrictions-manager", packageNameExtra, mUserId); in changeApplicationRestrictionsManagingPackage() 1949 changePolicyOrFail("set-delegated-scopes", extras, mUserId); in setDelegatedScopes() 1960 private void changePolicyOrFail(String command, String extras, int userId) in changePolicyOrFail() method in DeviceAndProfileOwnerTest 1962 changePolicyOrFail(command, extras, userId, DEVICE_ADMIN_PKG); in changePolicyOrFail()
|
D | BaseDevicePolicyTest.java | 905 changePolicyOrFail(getUserRestrictionCommand(value), " --es extra-restriction-key " + key, in changeUserRestrictionOrFail() 935 protected void changePolicyOrFail(String command, String extras, int userId, in changePolicyOrFail() method in BaseDevicePolicyTest
|