Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessagingContentProvider.java112 BugleWidgetProvider.notifyConversationListChanged(context); in notifyEverythingChanged()
186 notifyConversationListChanged(); in notifyMessagesChanged()
205 notifyConversationListChanged(); in notifyConversationMetadataChanged()
213 public static void notifyConversationListChanged() { in notifyConversationListChanged() method in MessagingContentProvider
219 BugleWidgetProvider.notifyConversationListChanged(context); in notifyConversationListChanged()
DBugleDatabaseOperations.java1854 MessagingContentProvider.notifyConversationListChanged(); in refreshConversationsForParticipants()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DUpdateConversationArchiveStatusAction.java67 MessagingContentProvider.notifyConversationListChanged(); in executeAction()
DDeleteMessageAction.java80 MessagingContentProvider.notifyConversationListChanged(); in doBackgroundWork()
DWriteDraftMessageAction.java78 MessagingContentProvider.notifyConversationListChanged(); in executeAction()
DDeleteConversationAction.java91 MessagingContentProvider.notifyConversationListChanged(); in doBackgroundWork()
DInsertNewMessageAction.java190 MessagingContentProvider.notifyConversationListChanged(); in executeAction()
DSyncMessagesAction.java432 MessagingContentProvider.notifyConversationListChanged(); in processBackgroundResponse()
/packages/apps/Messaging/src/com/android/messaging/widget/
DBugleWidgetProvider.java107 public static void notifyConversationListChanged(final Context context) { in notifyConversationListChanged() method in BugleWidgetProvider