Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1056 ArrayMap<String, TrustAgentInfo> trustAgentInfos = new ArrayMap<>(); field in DevicePolicyManagerService.ActiveAdmin
1274 if (!trustAgentInfos.isEmpty()) { in writeToXml()
1275 Set<Entry<String, TrustAgentInfo>> set = trustAgentInfos.entrySet(); in writeToXml()
1493 trustAgentInfos = getAllTrustAgentInfos(parser, tag); in readFromXml()
9034 ap.trustAgentInfos.put(agent.flattenToString(), new TrustAgentInfo(args)); in setTrustAgentConfiguration()
9053 TrustAgentInfo trustAgentInfo = ap.trustAgentInfos.get(componentName); in getTrustAgentConfiguration()
9074 final TrustAgentInfo info = active.trustAgentInfos.get(componentName); in getTrustAgentConfiguration()