Home
last modified time | relevance | path

Searched refs:trustAgentInfos (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DActiveAdmin.java246 ArrayMap<String, TrustAgentInfo> trustAgentInfos = new ArrayMap<>(); field in ActiveAdmin
453 if (!trustAgentInfos.isEmpty()) { in writeToXml()
454 Set<Map.Entry<String, TrustAgentInfo>> set = trustAgentInfos.entrySet(); in writeToXml()
715 trustAgentInfos = getAllTrustAgentInfos(parser, tag); in readFromXml()
H A DDevicePolicyManagerService.java2178 parentAdmin.trustAgentInfos.putAll(doAdmin.trustAgentInfos); in moveDoPoliciesToProfileParentAdminLocked()
9958 ap.trustAgentInfos.put(agent.flattenToString(), new TrustAgentInfo(args));
9980 TrustAgentInfo trustAgentInfo = ap.trustAgentInfos.get(componentName);
10001 final TrustAgentInfo info = active.trustAgentInfos.get(componentName);