Searched refs:pendingCertificates (Results 1 – 1 of 1) sorted by relevance
2679 final List<String> pendingCertificates; in manageNotification() local2681 pendingCertificates = getInstalledCaCertificates(userHandle); in manageNotification()2691 if (policy.mAcceptedCaCertificates.retainAll(pendingCertificates)) { in manageNotification()2695 pendingCertificates.removeAll(policy.mAcceptedCaCertificates); in manageNotification()2698 if (pendingCertificates.isEmpty()) { in manageNotification()2722 final int numberOfCertificates = pendingCertificates.size(); in manageNotification()