Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DActiveAdmin.java248 static class TrustAgentInfo { class in ActiveAdmin
250 TrustAgentInfo(PersistableBundle bundle) { in TrustAgentInfo() method in ActiveAdmin.TrustAgentInfo
295 ArrayMap<String, TrustAgentInfo> trustAgentInfos = new ArrayMap<>();
536 Set<Map.Entry<String, TrustAgentInfo>> set = trustAgentInfos.entrySet(); in writeToXml()
538 for (Map.Entry<String, TrustAgentInfo> entry : set) { in writeToXml()
539 TrustAgentInfo trustAgentInfo = entry.getValue(); in writeToXml()
1080 private ArrayMap<String, TrustAgentInfo> getAllTrustAgentInfos( in getAllTrustAgentInfos()
1084 final ArrayMap<String, TrustAgentInfo> result = new ArrayMap<>(); in getAllTrustAgentInfos()
1093 final TrustAgentInfo trustAgentInfo = getTrustAgentInfo(parser, tag); in getAllTrustAgentInfos()
1102 private TrustAgentInfo getTrustAgentInfo(TypedXmlPullParser parser, String outerTag) in getTrustAgentInfo()
[all …]
DDevicePolicyManagerService.java519 import com.android.server.devicepolicy.ActiveAdmin.TrustAgentInfo;
11851 ap.trustAgentInfos.put(agentAsString, new TrustAgentInfo(args));
11873 TrustAgentInfo trustAgentInfo = ap.trustAgentInfos.get(componentName);
11894 final TrustAgentInfo info = active.trustAgentInfos.get(componentName);