Home
last modified time | relevance | path

Searched defs:buildNotificationTag (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java347 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
377 static String buildNotificationTag(final int type, final String conversationId, in buildNotificationTag() method in BugleNotifications
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java435 private static String buildNotificationTag(Cursor cursor) { in buildNotificationTag() method in DownloadNotifier