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