Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTrustAgentInfoTest.java115 List<PersistableBundle> configs = getDevicePolicyManager(isParent) in setAndGetTrustAgentConfigurationInternal()
120 configs = getDevicePolicyManager(isParent) in setAndGetTrustAgentConfigurationInternal()
127 getDevicePolicyManager(isParent).setKeyguardDisabledFeatures(ADMIN_RECEIVER_COMPONENT, in disableTrustAgents()
132 getDevicePolicyManager(isParent).setKeyguardDisabledFeatures(ADMIN_RECEIVER_COMPONENT, in enableTrustAgents()
137 getDevicePolicyManager(isParent).setTrustAgentConfiguration(ADMIN_RECEIVER_COMPONENT, in clearTrustAgentConfiguration()
139 assertNull(getDevicePolicyManager(isParent).getTrustAgentConfiguration( in clearTrustAgentConfiguration()
145 getDevicePolicyManager(isParent).setTrustAgentConfiguration(ADMIN_RECEIVER_COMPONENT, in setTrustAgentConfiguration()
148 getDevicePolicyManager(isParent).getTrustAgentConfiguration( in setTrustAgentConfiguration()
DBaseManagedProfileTest.java60 protected DevicePolicyManager getDevicePolicyManager(boolean isParent) { in getDevicePolicyManager() method in BaseManagedProfileTest