Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DActiveAdmin.java247 static class TrustAgentInfo { class in ActiveAdmin
249 TrustAgentInfo(PersistableBundle bundle) { in TrustAgentInfo() method in ActiveAdmin.TrustAgentInfo
294 ArrayMap<String, TrustAgentInfo> trustAgentInfos = new ArrayMap<>();
535 Set<Map.Entry<String, TrustAgentInfo>> set = trustAgentInfos.entrySet(); in writeToXml()
537 for (Map.Entry<String, TrustAgentInfo> entry : set) { in writeToXml()
538 TrustAgentInfo trustAgentInfo = entry.getValue(); in writeToXml()
1079 private ArrayMap<String, TrustAgentInfo> getAllTrustAgentInfos( in getAllTrustAgentInfos()
1083 final ArrayMap<String, TrustAgentInfo> result = new ArrayMap<>(); in getAllTrustAgentInfos()
1092 final TrustAgentInfo trustAgentInfo = getTrustAgentInfo(parser, tag); in getAllTrustAgentInfos()
1101 private TrustAgentInfo getTrustAgentInfo(TypedXmlPullParser parser, String outerTag) in getTrustAgentInfo()
[all …]
H A DDevicePolicyManagerService.java493 import com.android.server.devicepolicy.ActiveAdmin.TrustAgentInfo;
11848 ap.trustAgentInfos.put(agentAsString, new TrustAgentInfo(args));
11870 TrustAgentInfo trustAgentInfo = ap.trustAgentInfos.get(componentName);
11891 final TrustAgentInfo info = active.trustAgentInfos.get(componentName);