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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java150 import com.android.server.devicepolicy.DevicePolicyManagerService.ActiveAdmin.TrustAgentInfo;
681 static class TrustAgentInfo { class in class:DevicePolicyManagerService.ActiveAdmin
683 TrustAgentInfo(PersistableBundle bundle) { method in class:DevicePolicyManagerService.ActiveAdmin.TrustAgentInfo
708 ArrayMap<String, TrustAgentInfo> trustAgentInfos = new ArrayMap<>();
909 Set<Entry<String, TrustAgentInfo>> set = trustAgentInfos.entrySet();
911 for (Entry<String, TrustAgentInfo> entry : set) {
912 TrustAgentInfo trustAgentInfo = entry.getValue();
1185 private ArrayMap<String, TrustAgentInfo> getAllTrustAgentInfos(
1189 final ArrayMap<String, TrustAgentInfo> result = new ArrayMap<>();
1198 final TrustAgentInfo trustAgentInf
[all...]

Completed in 28 milliseconds