Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/data/
DContact.java72 private final static HashSet<UpdateListener> mListeners = new HashSet<UpdateListener>();
97 public interface UpdateListener { interface in Contact
299 public static void addListener(UpdateListener l) { in addListener()
305 public static void removeListener(UpdateListener l) { in removeListener()
315 for (UpdateListener listener : mListeners) { in dumpListeners()
767 HashSet<UpdateListener> iterator; in updateContact()
769 iterator = (HashSet<UpdateListener>)Contact.mListeners.clone(); in updateContact()
771 for (UpdateListener l : iterator) { in updateContact()
/packages/apps/Mms/src/com/android/mms/ui/
DSearchActivity.java190 Contact.UpdateListener mContactListener = new Contact.UpdateListener() {
DConversationListItem.java46 public class ConversationListItem extends RelativeLayout implements Contact.UpdateListener,
DComposeMessageActivity.java168 MessageStatusListener, Contact.UpdateListener {
/packages/apps/Mms/src/com/android/mms/widget/
DMmsWidgetService.java63 implements RemoteViewsService.RemoteViewsFactory, Contact.UpdateListener {