Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java333 private static Uri getNotificationRingtoneUriForConversationId(final String conversationId) { in getNotificationRingtoneUriForConversationId() method in BugleNotifications
601 final Uri ringtoneUri = getNotificationRingtoneUriForConversationId(conversationId); in createMessageNotification()