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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java986 ArrayMap<String, TrustAgentInfo> trustAgentInfos = new ArrayMap<>(); field in class:DevicePolicyManagerService.ActiveAdmin
1203 if (!trustAgentInfos.isEmpty()) {
1204 Set<Entry<String, TrustAgentInfo>> set = trustAgentInfos.entrySet();
1417 trustAgentInfos = getAllTrustAgentInfos(parser, tag);
8257 ap.trustAgentInfos.put(agent.flattenToString(), new TrustAgentInfo(args));
8276 TrustAgentInfo trustAgentInfo = ap.trustAgentInfos.get(componentName);
8297 final TrustAgentInfo info = active.trustAgentInfos.get(componentName);

Completed in 53 milliseconds