Searched defs:trustAgentInfos (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java790 ArrayMap<String, TrustAgentInfo> trustAgentInfos = new ArrayMap<>(); field in class:DevicePolicyManagerService.ActiveAdmin
1000 if (!trustAgentInfos.isEmpty()) {
1001 Set<Entry<String, TrustAgentInfo>> set = trustAgentInfos.entrySet();
1193 trustAgentInfos = getAllTrustAgentInfos(parser, tag);
7510 ap.trustAgentInfos.put(agent.flattenToString(), new TrustAgentInfo(args));
7529 TrustAgentInfo trustAgentInfo = ap.trustAgentInfos.get(componentName);
7550 final TrustAgentInfo info = active.trustAgentInfos.get(componentName);

Completed in 106 milliseconds