Searched refs:trustAgentInfos (Results 1 – 2 of 2) sorted by relevance
246 ArrayMap<String, TrustAgentInfo> trustAgentInfos = new ArrayMap<>(); field in ActiveAdmin453 if (!trustAgentInfos.isEmpty()) { in writeToXml()454 Set<Map.Entry<String, TrustAgentInfo>> set = trustAgentInfos.entrySet(); in writeToXml()715 trustAgentInfos = getAllTrustAgentInfos(parser, tag); in readFromXml()
2178 parentAdmin.trustAgentInfos.putAll(doAdmin.trustAgentInfos); in moveDoPoliciesToProfileParentAdminLocked()9958 ap.trustAgentInfos.put(agent.flattenToString(), new TrustAgentInfo(args));9980 TrustAgentInfo trustAgentInfo = ap.trustAgentInfos.get(componentName);10001 final TrustAgentInfo info = active.trustAgentInfos.get(componentName);