Searched refs:TrustAgentInfo (Results 1 – 1 of 1) sorted by relevance
257 import com.android.server.devicepolicy.DevicePolicyManagerService.ActiveAdmin.TrustAgentInfo;1021 static class TrustAgentInfo { class in DevicePolicyManagerService.ActiveAdmin1023 TrustAgentInfo(PersistableBundle bundle) { in TrustAgentInfo() method in DevicePolicyManagerService.ActiveAdmin.TrustAgentInfo1056 ArrayMap<String, TrustAgentInfo> trustAgentInfos = new ArrayMap<>();1275 Set<Entry<String, TrustAgentInfo>> set = trustAgentInfos.entrySet(); in writeToXml()1277 for (Entry<String, TrustAgentInfo> entry : set) { in writeToXml()1278 TrustAgentInfo trustAgentInfo = entry.getValue(); in writeToXml()1613 private ArrayMap<String, TrustAgentInfo> getAllTrustAgentInfos( in getAllTrustAgentInfos()1617 final ArrayMap<String, TrustAgentInfo> result = new ArrayMap<>(); in getAllTrustAgentInfos()1626 final TrustAgentInfo trustAgentInfo = getTrustAgentInfo(parser, tag); in getAllTrustAgentInfos()[all …]