Searched refs:trustAgentInfos (Results 1 – 2 of 2) sorted by relevance
295 ArrayMap<String, TrustAgentInfo> trustAgentInfos = new ArrayMap<>(); field in ActiveAdmin535 if (!trustAgentInfos.isEmpty()) { in writeToXml()536 Set<Map.Entry<String, TrustAgentInfo>> set = trustAgentInfos.entrySet(); in writeToXml()853 trustAgentInfos = getAllTrustAgentInfos(parser, tag); in readFromXml()
2570 parentAdmin.trustAgentInfos.putAll(doAdmin.trustAgentInfos); in moveDoPoliciesToProfileParentAdminLocked()11851 ap.trustAgentInfos.put(agentAsString, new TrustAgentInfo(args));11873 TrustAgentInfo trustAgentInfo = ap.trustAgentInfos.get(componentName);11894 final TrustAgentInfo info = active.trustAgentInfos.get(componentName);