Searched refs:installedCertificates (Results 1 – 1 of 1) sorted by relevance
3751 final @NonNull Collection<String> installedCertificates) { in onInstalledCertificatesChanged() argument3761 changed |= policy.mAcceptedCaCertificates.retainAll(installedCertificates); in onInstalledCertificatesChanged()3762 changed |= policy.mOwnerInstalledCaCerts.retainAll(installedCertificates); in onInstalledCertificatesChanged()