Searched defs:notifyConversationListChanged (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/widget/
H A DBugleWidgetProvider.java107 public static void notifyConversationListChanged(final Context context) { method in class:BugleWidgetProvider
109 LogUtil.v(TAG, "notifyConversationListChanged");
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DMessagingContentProvider.java112 BugleWidgetProvider.notifyConversationListChanged(context);
186 notifyConversationListChanged();
205 notifyConversationListChanged();
213 public static void notifyConversationListChanged() { method in class:MessagingContentProvider
219 BugleWidgetProvider.notifyConversationListChanged(context);

Completed in 192 milliseconds