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

/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java73 private final static HashSet<UpdateListener> mListeners = new HashSet<UpdateListener>();
97 public interface UpdateListener { interface in class:Contact
295 public static void addListener(UpdateListener l) {
301 public static void removeListener(UpdateListener l) {
311 for (UpdateListener listener : mListeners) {
740 HashSet<UpdateListener> iterator;
742 iterator = (HashSet<UpdateListener>)Contact.mListeners.clone();
744 for (UpdateListener l : iterator) {

Completed in 199 milliseconds