Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DNotificationState.java86 protected String getAttachmentType() { in getAttachmentType() method in NotificationState
H A DMessageNotificationState.java110 protected String getAttachmentType() { in getAttachmentType() method in MessageNotificationState
H A DBugleNotifications.java717 final String attachmentType = notificationState.getAttachmentType(); in sendNotification()