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

/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java72 private final static HashSet<UpdateListener> mListeners = new HashSet<UpdateListener>();
96 public interface UpdateListener { interface in class:Contact
298 public static void addListener(UpdateListener l) {
304 public static void removeListener(UpdateListener l) {
314 for (UpdateListener listener : mListeners) {
758 HashSet<UpdateListener> iterator;
760 iterator = (HashSet<UpdateListener>)Contact.mListeners.clone();
762 for (UpdateListener l : iterator) {
/packages/apps/Mms/src/com/android/mms/ui/
H A DSearchActivity.java190 Contact.UpdateListener mContactListener = new Contact.UpdateListener() {
H A DConversationListItem.java47 public class ConversationListItem extends RelativeLayout implements Contact.UpdateListener,
H A DComposeMessageActivity.java169 MessageStatusListener, Contact.UpdateListener {
/packages/apps/Mms/src/com/android/mms/widget/
H A DMmsWidgetService.java64 implements RemoteViewsService.RemoteViewsFactory, Contact.UpdateListener {

Completed in 70 milliseconds