Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java215 final String notificationTag = buildNotificationTag(type, conversationId, in cancel()
347 private static String buildNotificationTag(final String name, in buildNotificationTag() method in BugleNotifications
364 static String buildNotificationTag(final int type, final String conversationId) { in buildNotificationTag() method in BugleNotifications
365 return buildNotificationTag(type, conversationId, false /* bundledNotification */); in buildNotificationTag()
377 static String buildNotificationTag(final int type, final String conversationId, in buildNotificationTag() method in BugleNotifications
383 tag = buildNotificationTag(SMS_NOTIFICATION_TAG, conversationId); in buildNotificationTag()
385 tag = buildNotificationTag(SMS_NOTIFICATION_TAG, null); in buildNotificationTag()
389 tag = buildNotificationTag(SMS_ERROR_NOTIFICATION_TAG, null); in buildNotificationTag()
970 final String notificationTag = buildNotificationTag(type, in doNotify()
DMessageNotificationState.java1324 BugleNotifications.buildNotificationTag( in checkFailedMessages()
1331 BugleNotifications.buildNotificationTag( in checkFailedMessages()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java179 final String tag = buildNotificationTag(cursor); in updateWithLocked()
431 private static String buildNotificationTag(Cursor cursor) { in buildNotificationTag() method in DownloadNotifier