Searched refs:getDevicePolicyManager (Results 1 – 2 of 2) sorted by relevance
115 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()
64 protected DevicePolicyManager getDevicePolicyManager(boolean isParent) { in getDevicePolicyManager() method in BaseManagedProfileTest