Searched refs:mAcceptedCaCertificates (Results 1 – 2 of 2) sorted by relevance
145 final ArraySet<String> mAcceptedCaCertificates = new ArraySet<>(); field in DevicePolicyData301 for (int i = 0; i < policyData.mAcceptedCaCertificates.size(); i++) { in store()303 out.attribute(null, ATTR_NAME, policyData.mAcceptedCaCertificates.valueAt(i)); in store()550 policy.mAcceptedCaCertificates.add(parser.getAttributeValue(null, ATTR_NAME)); in load()
3787 changed |= policy.mAcceptedCaCertificates.retainAll(installedCertificates);3804 return policy.mAcceptedCaCertificates;6359 Set<String> certs = getUserData(userId).mAcceptedCaCertificates;6375 return getUserData(userId).mAcceptedCaCertificates.contains(alias);6388 getUserData(userInfo.id).mAcceptedCaCertificates.clear();