Searched refs:mAcceptedCaCertificates (Results 1 – 1 of 1) sorted by relevance
698 final ArraySet<String> mAcceptedCaCertificates = new ArraySet<>(); field in DevicePolicyManagerService.DevicePolicyData3120 for (int i = 0; i < policy.mAcceptedCaCertificates.size(); i++) {3122 out.attribute(null, ATTR_NAME, policy.mAcceptedCaCertificates.valueAt(i));3378 policy.mAcceptedCaCertificates.add(parser.getAttributeValue(null, ATTR_NAME));3761 changed |= policy.mAcceptedCaCertificates.retainAll(installedCertificates); in onInstalledCertificatesChanged()3778 return policy.mAcceptedCaCertificates; in getAcceptedCaCertificates()5562 Set<String> certs = getUserData(userId).mAcceptedCaCertificates; in approveCaCert()5577 return getUserData(userId).mAcceptedCaCertificates.contains(alias); in isCaCertApproved()5589 getUserData(userInfo.id).mAcceptedCaCertificates.clear(); in removeCaApprovalsIfNeeded()