Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DDefaultVoicemailNotifier.java51 private static final String NOTIFICATION_TAG = "DefaultVoicemailNotifier"; field in DefaultVoicemailNotifier
201 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notificationBuilder.build()); in updateNotification()
213 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID); in clearNotification()