Home
last modified time | relevance | path

Searched refs:setTrustAgentConfiguration (Results 1 – 5 of 5) 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.java203 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()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DDevicePolicySafetyCheckerIntegrationTest.java210 dpm.setTrustAgentConfiguration(admin, TEST_COMPONENT,
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DDevicePolicyManagerWrapper.java140 doAnswer(answer).when(spy).setTrustAgentConfiguration(any(), any(), any()); in getWrapper()