Searched refs:VisualVoicemailNotifier (Results 1 – 3 of 3) sorted by relevance
88 VisualVoicemailNotifier.cancelAllVoicemailNotifications(context); in updateNotification()116 VisualVoicemailNotifier.showNotifications( in updateNotification()130 if (notification.getId() != VisualVoicemailNotifier.NOTIFICATION_ID) { in getExistingNotificationCount()134 || !notification.getTag().startsWith(VisualVoicemailNotifier.NOTIFICATION_TAG_PREFIX)) { in getExistingNotificationCount()154 if (notification.getId() != VisualVoicemailNotifier.NOTIFICATION_ID) { in getAndUpdateVoicemailsWithExistingNotification()158 || !notification.getTag().startsWith(VisualVoicemailNotifier.NOTIFICATION_TAG_PREFIX)) { in getAndUpdateVoicemailsWithExistingNotification()162 notification.getTag().replace(VisualVoicemailNotifier.NOTIFICATION_TAG_PREFIX, ""); in getAndUpdateVoicemailsWithExistingNotification()
154 VisualVoicemailNotifier.cancelAllVoicemailNotifications(this); in onHandleIntent()159 VisualVoicemailNotifier.cancelSingleVoicemailNotification(this, voicemailUri); in onHandleIntent()
54 final class VisualVoicemailNotifier { class309 private VisualVoicemailNotifier() {} in VisualVoicemailNotifier() method in VisualVoicemailNotifier