Searched refs:ContactListListener (Results 1 – 5 of 5) sorted by relevance
54 protected CopyOnWriteArrayList<ContactListListener> mContactListListeners;79 mContactListListeners = new CopyOnWriteArrayList<ContactListListener>(); in ContactListManager()116 public synchronized void addContactListListener(ContactListListener listener) { in addContactListListener()127 public synchronized void removeContactListListener(ContactListListener listener) { in removeContactListListener()491 for (ContactListListener listener : mContactListListeners) { in notifyContactsPresenceUpdated()506 if (type == ContactListListener.ERROR_REMOVING_CONTACT) { in notifyContactError()508 } else if (type == ContactListListener.ERROR_BLOCKING_CONTACT) { in notifyContactError()511 for (ContactListListener listener : mContactListListeners) { in notifyContactError()522 for (ContactListListener listener : mContactListListeners) { in notifyContactListLoaded()523 listener.onContactChange(ContactListListener.LIST_LOADED, in notifyContactListLoaded()[all …]
24 public interface ContactListListener { interface
30 import com.android.im.engine.ContactListListener;110 case ContactListListener.ERROR_LOADING_LIST: in showContactError()114 case ContactListListener.ERROR_CREATING_LIST: in showContactError()118 case ContactListListener.ERROR_BLOCKING_CONTACT: in showContactError()122 case ContactListListener.ERROR_UNBLOCKING_CONTACT: in showContactError()
27 import com.android.im.engine.ContactListListener;102 ContactListListener.ERROR_LOADING_BLOCK_LIST, in loadContactListsAsync()270 notifyContactError(ContactListListener.ERROR_RETRIEVING_PRESENCE, in subscribeToAllListAsync()381 notifyContactError(ContactListListener.ERROR_CREATING_LIST, in doCreateContactListAsync()438 notifyContactError(ContactListListener.ERROR_DELETING_LIST, in doDeleteContactListAsync()667 block ? ContactListListener.ERROR_BLOCKING_CONTACT in doBlockContactAsync()668 : ContactListListener.ERROR_UNBLOCKING_CONTACT, in doBlockContactAsync()786 notifyContactError(ContactListListener.ERROR_LOADING_LIST, in onResponseError()835 notifyContactError(ContactListListener.ERROR_LOADING_LIST, in processResult()895 ContactListListener.LIST_CONTACT_ADDED, contact); in addContactToListAsync()[all …]
49 import com.android.im.engine.ContactListListener;396 final class ContactListListenerAdapter implements ContactListListener {