Searched refs:getTrustAgentConfiguration (Results 1 – 8 of 8) sorted by relevance
72 mParentDevicePolicyManager.getTrustAgentConfiguration( in testSetTrustAgentConfiguration_bothHaveTrustAgentConfigAndUnified()74 List<PersistableBundle> childConfig = mDevicePolicyManager.getTrustAgentConfiguration( in testSetTrustAgentConfiguration_bothHaveTrustAgentConfigAndUnified()83 parentConfig = mParentDevicePolicyManager.getTrustAgentConfiguration( in testSetTrustAgentConfiguration_bothHaveTrustAgentConfigAndUnified()85 childConfig = mDevicePolicyManager.getTrustAgentConfiguration( in testSetTrustAgentConfiguration_bothHaveTrustAgentConfigAndUnified()101 mParentDevicePolicyManager.getTrustAgentConfiguration( in testSetTrustAgentConfiguration_bothHaveTrustAgentConfigAndNonUnified()104 mDevicePolicyManager.getTrustAgentConfiguration( in testSetTrustAgentConfiguration_bothHaveTrustAgentConfigAndNonUnified()116 .getTrustAgentConfiguration(null, TRUST_AGENT_COMPONENT); in setAndGetTrustAgentConfigurationInternal()121 .getTrustAgentConfiguration(null, TRUST_AGENT_COMPONENT); in setAndGetTrustAgentConfigurationInternal()139 assertNull(getDevicePolicyManager(isParent).getTrustAgentConfiguration( in clearTrustAgentConfiguration()148 getDevicePolicyManager(isParent).getTrustAgentConfiguration( in setTrustAgentConfiguration()
201 mParentDevicePolicyManager.getTrustAgentConfiguration( in testSetAndGetTrustAgentConfiguration_onParent()
78 sDeviceState.dpc().devicePolicyManager().getTrustAgentConfiguration( in setTrustAgentConfiguration_isSet()101 assertThat(TestApis.devicePolicy().getTrustAgentConfiguration( in setTrustAgentConfiguration_componentNotConfigured_isNotSet()121 TestApis.devicePolicy().getTrustAgentConfiguration(TRUST_AGENT_COMPONENT); in setTrustAgentConfiguration_trustAgentIsEnabled_isNotSet()144 TestApis.devicePolicy().getTrustAgentConfiguration(TRUST_AGENT_COMPONENT); in setTrustAgentConfiguration_trustAgentIsDisabled_isSet()170 TestApis.devicePolicy().getTrustAgentConfiguration(TRUST_AGENT_COMPONENT); in setTrustAgentConfiguration_trustAgentIsConfigured_isSet()193 assertThat(TestApis.devicePolicy().getTrustAgentConfiguration(TRUST_AGENT_COMPONENT)) in setTrustAgentConfiguration_isNotSet()215 TestApis.devicePolicy().getTrustAgentConfiguration(TRUST_AGENT_COMPONENT); in setTrustAgentConfiguration_doesNotApply_trustAgentIsConfigured_isNotSet()
512 .getTrustAgentConfiguration(sDeviceState.dpc().componentName(), TRUST_AGENT); in setTrustAgentConfiguration_trustAgentConfigurationIsSet()521 assertContainsTestConfiguration(TestApis.devicePolicy().getTrustAgentConfiguration( in setTrustAgentConfiguration_trustAgentConfigurationIsSet()537 .getTrustAgentConfiguration(sDeviceState.dpc().componentName(), TRUST_AGENT); in setTrustAgentConfiguration_doesNotApply_trustAgentConfigurationIsNotSet()546 assertThat(TestApis.devicePolicy().getTrustAgentConfiguration( in setTrustAgentConfiguration_doesNotApply_trustAgentConfigurationIsNotSet()
192 (dpm, who) -> dpm.getTrustAgentConfiguration(who, in testTrustAgentConfiguration_adminPolicyNotAvailableToNonAdmin()
732 fun getTrustAgentConfiguration( in <lambda>() method738 .getTrustAgentConfiguration( /* admin= */null, trustAgent) in <lambda>()
273 doAnswer(answer).when(spy).getTrustAgentConfiguration(any(), any()); in getWrapper()
8085 …method @Nullable public java.util.List<android.os.PersistableBundle> getTrustAgentConfiguration(@N…