Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DActiveAdmin.java295 ArrayMap<String, TrustAgentInfo> trustAgentInfos = new ArrayMap<>(); field in ActiveAdmin
535 if (!trustAgentInfos.isEmpty()) { in writeToXml()
536 Set<Map.Entry<String, TrustAgentInfo>> set = trustAgentInfos.entrySet(); in writeToXml()
853 trustAgentInfos = getAllTrustAgentInfos(parser, tag); in readFromXml()
DDevicePolicyManagerService.java2570 parentAdmin.trustAgentInfos.putAll(doAdmin.trustAgentInfos); in moveDoPoliciesToProfileParentAdminLocked()
11851 ap.trustAgentInfos.put(agentAsString, new TrustAgentInfo(args));
11873 TrustAgentInfo trustAgentInfo = ap.trustAgentInfos.get(componentName);
11894 final TrustAgentInfo info = active.trustAgentInfos.get(componentName);