Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DActiveAdmin.java294 ArrayMap<String, TrustAgentInfo> trustAgentInfos = new ArrayMap<>(); field in ActiveAdmin
534 if (!trustAgentInfos.isEmpty()) { in writeToXml()
535 Set<Map.Entry<String, TrustAgentInfo>> set = trustAgentInfos.entrySet(); in writeToXml()
852 trustAgentInfos = getAllTrustAgentInfos(parser, tag); in readFromXml()
H A DDevicePolicyManagerService.java2551 parentAdmin.trustAgentInfos.putAll(doAdmin.trustAgentInfos); in moveDoPoliciesToProfileParentAdminLocked()
11848 ap.trustAgentInfos.put(agentAsString, new TrustAgentInfo(args));
11870 TrustAgentInfo trustAgentInfo = ap.trustAgentInfos.get(componentName);
11891 final TrustAgentInfo info = active.trustAgentInfos.get(componentName);