HomeSort by relevance Sort by last modified time
    Searched refs:UpdateListener (Results 1 - 5 of 5) sorted by null

  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 72 private final static HashSet<UpdateListener> mListeners = new HashSet<UpdateListener>();
96 public interface UpdateListener {
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) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 190 Contact.UpdateListener mContactListener = new Contact.UpdateListener() {
ConversationListItem.java 47 public class ConversationListItem extends RelativeLayout implements Contact.UpdateListener,
ComposeMessageActivity.java 169 MessageStatusListener, Contact.UpdateListener {
    [all...]
  /packages/apps/Mms/src/com/android/mms/widget/
MmsWidgetService.java 64 implements RemoteViewsService.RemoteViewsFactory, Contact.UpdateListener {

Completed in 89 milliseconds