Searched refs:mAcceptedCaCertificates (Results 1 – 2 of 2) sorted by relevance
147 final ArraySet<String> mAcceptedCaCertificates = new ArraySet<>(); field in DevicePolicyData303 for (int i = 0; i < policyData.mAcceptedCaCertificates.size(); i++) { in store()305 out.attribute(null, ATTR_NAME, policyData.mAcceptedCaCertificates.valueAt(i)); in store()552 policy.mAcceptedCaCertificates.add(parser.getAttributeValue(null, ATTR_NAME)); in load()
3739 changed |= policy.mAcceptedCaCertificates.retainAll(installedCertificates);3756 return policy.mAcceptedCaCertificates;6173 Set<String> certs = getUserData(userId).mAcceptedCaCertificates;6189 return getUserData(userId).mAcceptedCaCertificates.contains(alias);6202 getUserData(userInfo.id).mAcceptedCaCertificates.clear();