Searched refs:TrustAgentInfo (Results 1 – 1 of 1) sorted by relevance
229 import com.android.server.devicepolicy.DevicePolicyManagerService.ActiveAdmin.TrustAgentInfo;951 static class TrustAgentInfo { class in DevicePolicyManagerService.ActiveAdmin953 TrustAgentInfo(PersistableBundle bundle) { in TrustAgentInfo() method in DevicePolicyManagerService.ActiveAdmin.TrustAgentInfo986 ArrayMap<String, TrustAgentInfo> trustAgentInfos = new ArrayMap<>();1204 Set<Entry<String, TrustAgentInfo>> set = trustAgentInfos.entrySet(); in writeToXml()1206 for (Entry<String, TrustAgentInfo> entry : set) { in writeToXml()1207 TrustAgentInfo trustAgentInfo = entry.getValue(); in writeToXml()1537 private ArrayMap<String, TrustAgentInfo> getAllTrustAgentInfos( in getAllTrustAgentInfos()1541 final ArrayMap<String, TrustAgentInfo> result = new ArrayMap<>(); in getAllTrustAgentInfos()1550 final TrustAgentInfo trustAgentInfo = getTrustAgentInfo(parser, tag); in getAllTrustAgentInfos()[all …]