Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DActiveAdmin.java539 TrustAgentInfo trustAgentInfo = entry.getValue(); in writeToXml() local
542 if (trustAgentInfo.options != null) { in writeToXml()
545 trustAgentInfo.options.saveToXml(out); in writeToXml()
1093 final TrustAgentInfo trustAgentInfo = getTrustAgentInfo(parser, tag); in getAllTrustAgentInfos() local
1094 result.put(component, trustAgentInfo); in getAllTrustAgentInfos()
DDevicePolicyManagerService.java11873 TrustAgentInfo trustAgentInfo = ap.trustAgentInfos.get(componentName);
11874 if (trustAgentInfo == null || trustAgentInfo.options == null) return null;
11876 result.add(trustAgentInfo.options);