Home
last modified time | relevance | path

Searched refs:setTrustAgentConfiguration (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTrustAgentInfoTest.java67 setTrustAgentConfiguration(false /* isParent */); in testSetTrustAgentConfiguration_bothHaveTrustAgentConfigAndUnified()
68 setTrustAgentConfiguration(true /* isParent */); in testSetTrustAgentConfiguration_bothHaveTrustAgentConfigAndUnified()
95 setTrustAgentConfiguration(false /* isParent */); in testSetTrustAgentConfiguration_bothHaveTrustAgentConfigAndNonUnified()
96 setTrustAgentConfiguration(true /* isParent */); in testSetTrustAgentConfiguration_bothHaveTrustAgentConfigAndNonUnified()
113 setTrustAgentConfiguration(isParent); in setAndGetTrustAgentConfigurationInternal()
137 getDevicePolicyManager(isParent).setTrustAgentConfiguration(ADMIN_RECEIVER_COMPONENT, in clearTrustAgentConfiguration()
143 private PersistableBundle setTrustAgentConfiguration(boolean isParent) { in setTrustAgentConfiguration() method in TrustAgentInfoTest
145 getDevicePolicyManager(isParent).setTrustAgentConfiguration(ADMIN_RECEIVER_COMPONENT, in setTrustAgentConfiguration()
DDevicePolicyManagerParentSupportTest.java145 mParentDevicePolicyManager.setTrustAgentConfiguration( in testSetAndGetTrustAgentConfiguration_onParent()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DTrustAgentInfoTest.java41 mDevicePolicyManager.setTrustAgentConfiguration(ADMIN_RECEIVER_COMPONENT, in tearDown()
52 mDevicePolicyManager.setTrustAgentConfiguration(ADMIN_RECEIVER_COMPONENT, in testSetAndGetTrustAgentConfiguration()