Searched refs:trustAgentInfos (Results 1 – 2 of 2) sorted by relevance
294 ArrayMap<String, TrustAgentInfo> trustAgentInfos = new ArrayMap<>(); field in ActiveAdmin534 if (!trustAgentInfos.isEmpty()) { in writeToXml()535 Set<Map.Entry<String, TrustAgentInfo>> set = trustAgentInfos.entrySet(); in writeToXml()852 trustAgentInfos = getAllTrustAgentInfos(parser, tag); in readFromXml()
2551 parentAdmin.trustAgentInfos.putAll(doAdmin.trustAgentInfos); in moveDoPoliciesToProfileParentAdminLocked()11848 ap.trustAgentInfos.put(agentAsString, new TrustAgentInfo(args));11870 TrustAgentInfo trustAgentInfo = ap.trustAgentInfos.get(componentName);11891 final TrustAgentInfo info = active.trustAgentInfos.get(componentName);