Home
last modified time | relevance | path

Searched refs:getTrustAgentConfiguration (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTrustAgentInfoTest.java72 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()
DDevicePolicyManagerParentSupportTest.java201 mParentDevicePolicyManager.getTrustAgentConfiguration( in testSetAndGetTrustAgentConfiguration_onParent()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DTrustAgentInfoTest.java78 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()
DKeyguardTest.java512 .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()
DNoAdminLeakingTest.java192 (dpm, who) -> dpm.getTrustAgentConfiguration(who, in testTrustAgentConfiguration_adminPolicyNotAvailableToNonAdmin()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/
DDevicePolicy.kt732 fun getTrustAgentConfiguration( in <lambda>() method
738 .getTrustAgentConfiguration( /* admin= */null, trustAgent) in <lambda>()
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DDevicePolicyManagerWrapper.java273 doAnswer(answer).when(spy).getTrustAgentConfiguration(any(), any()); in getWrapper()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt8085 …method @Nullable public java.util.List<android.os.PersistableBundle> getTrustAgentConfiguration(@N…