Searched defs:UpdateListener (Results 1 - 1 of 1) 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) {

Completed in 47 milliseconds