Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1278 TrustAgentInfo trustAgentInfo = entry.getValue(); in writeToXml() local
1281 if (trustAgentInfo.options != null) { in writeToXml()
1284 trustAgentInfo.options.saveToXml(out); in writeToXml()
1626 final TrustAgentInfo trustAgentInfo = getTrustAgentInfo(parser, tag); in getAllTrustAgentInfos() local
1627 result.put(component, trustAgentInfo); in getAllTrustAgentInfos()
9053 TrustAgentInfo trustAgentInfo = ap.trustAgentInfos.get(componentName); in getTrustAgentConfiguration()
9054 if (trustAgentInfo == null || trustAgentInfo.options == null) return null; in getTrustAgentConfiguration()
9056 result.add(trustAgentInfo.options); in getTrustAgentConfiguration()