Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTrustAgentInfoTest.java80 disableTrustAgents(false /* isParent */); in testSetTrustAgentConfiguration_bothHaveTrustAgentConfigAndUnified()
81 disableTrustAgents(true /* isParent */); in testSetTrustAgentConfiguration_bothHaveTrustAgentConfigAndUnified()
97 disableTrustAgents(false /* isParent */); in testSetTrustAgentConfiguration_bothHaveTrustAgentConfigAndNonUnified()
98 disableTrustAgents(true /* isParent */); in testSetTrustAgentConfiguration_bothHaveTrustAgentConfigAndNonUnified()
119 disableTrustAgents(isParent); in setAndGetTrustAgentConfigurationInternal()
126 private void disableTrustAgents(boolean isParent) { in disableTrustAgents() method in TrustAgentInfoTest