Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java215 final String notificationTag = buildNotificationTag(type, conversationId, in cancel() local
234 notificationManager.cancel(notificationTag, type); in cancel()
970 final String notificationTag = buildNotificationTag(type, in doNotify() local
976 notificationManager.notify(notificationTag, type, notification); in doNotify()
979 + "tag = " + notificationTag + ", type = " + type); in doNotify()