Searched refs:TrustAgentInfo (Results 1 – 2 of 2) sorted by relevance
248 static class TrustAgentInfo { class in ActiveAdmin250 TrustAgentInfo(PersistableBundle bundle) { in TrustAgentInfo() method in ActiveAdmin.TrustAgentInfo295 ArrayMap<String, TrustAgentInfo> trustAgentInfos = new ArrayMap<>();536 Set<Map.Entry<String, TrustAgentInfo>> set = trustAgentInfos.entrySet(); in writeToXml()538 for (Map.Entry<String, TrustAgentInfo> entry : set) { in writeToXml()539 TrustAgentInfo trustAgentInfo = entry.getValue(); in writeToXml()1080 private ArrayMap<String, TrustAgentInfo> getAllTrustAgentInfos( in getAllTrustAgentInfos()1084 final ArrayMap<String, TrustAgentInfo> result = new ArrayMap<>(); in getAllTrustAgentInfos()1093 final TrustAgentInfo trustAgentInfo = getTrustAgentInfo(parser, tag); in getAllTrustAgentInfos()1102 private TrustAgentInfo getTrustAgentInfo(TypedXmlPullParser parser, String outerTag) in getTrustAgentInfo()[all …]
519 import com.android.server.devicepolicy.ActiveAdmin.TrustAgentInfo;11851 ap.trustAgentInfos.put(agentAsString, new TrustAgentInfo(args));11873 TrustAgentInfo trustAgentInfo = ap.trustAgentInfos.get(componentName);11894 final TrustAgentInfo info = active.trustAgentInfos.get(componentName);