Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DNotificationState.java81 protected Uri getAttachmentUri() { in getAttachmentUri() method in NotificationState
DMessageNotificationState.java106 protected Uri getAttachmentUri() { in getAttachmentUri() method in MessageNotificationState
DBugleNotifications.java716 final Uri attachmentUri = notificationState.getAttachmentUri(); in sendNotification()