Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A 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
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotifier.java435 private static String buildNotificationTag(Cursor cursor) { in buildNotificationTag() method in DownloadNotifier