Searched refs:TrustAgentInfo (Results 1 – 1 of 1) sorted by relevance
141 import com.android.server.devicepolicy.DevicePolicyManagerService.ActiveAdmin.TrustAgentInfo;625 static class TrustAgentInfo { class in DevicePolicyManagerService.ActiveAdmin627 TrustAgentInfo(PersistableBundle bundle) { in TrustAgentInfo() method in DevicePolicyManagerService.ActiveAdmin.TrustAgentInfo652 ArrayMap<String, TrustAgentInfo> trustAgentInfos = new ArrayMap<>();834 Set<Entry<String, TrustAgentInfo>> set = trustAgentInfos.entrySet(); in writeToXml()836 for (Entry<String, TrustAgentInfo> entry : set) { in writeToXml()837 TrustAgentInfo trustAgentInfo = entry.getValue(); in writeToXml()1097 private ArrayMap<String, TrustAgentInfo> getAllTrustAgentInfos( in getAllTrustAgentInfos()1101 final ArrayMap<String, TrustAgentInfo> result = new ArrayMap<>(); in getAllTrustAgentInfos()1110 final TrustAgentInfo trustAgentInfo = getTrustAgentInfo(parser, tag); in getAllTrustAgentInfos()[all …]