Home
last modified time | relevance | path

Searched refs:pendingCertificateCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DCertificateMonitor.java158 final int pendingCertificateCount = in updateInstalledCertificates() local
160 if (pendingCertificateCount != 0) { in updateInstalledCertificates()
161 final Notification noti = buildNotification(userHandle, pendingCertificateCount); in updateInstalledCertificates()
170 private Notification buildNotification(UserHandle userHandle, int pendingCertificateCount) { in buildNotification() argument
203 dialogIntent.putExtra(Settings.EXTRA_NUMBER_OF_CERTIFICATES, pendingCertificateCount); in buildNotification()
220 pendingCertificateCount)) in buildNotification()