Searched refs:setTrustAgentConfiguration (Results 1 – 5 of 5) sorted by relevance
67 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 TrustAgentInfoTest145 getDevicePolicyManager(isParent).setTrustAgentConfiguration(ADMIN_RECEIVER_COMPONENT, in setTrustAgentConfiguration()
203 mParentDevicePolicyManager.setTrustAgentConfiguration( in testSetAndGetTrustAgentConfiguration_onParent()
41 mDevicePolicyManager.setTrustAgentConfiguration(ADMIN_RECEIVER_COMPONENT, in tearDown()52 mDevicePolicyManager.setTrustAgentConfiguration(ADMIN_RECEIVER_COMPONENT, in testSetAndGetTrustAgentConfiguration()
210 dpm.setTrustAgentConfiguration(admin, TEST_COMPONENT,
140 doAnswer(answer).when(spy).setTrustAgentConfiguration(any(), any(), any()); in getWrapper()