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

  /packages/apps/IM/src/com/android/im/engine/
ContactListListener.java 76 public void onContactChange(int type, ContactList list, Contact contact);
ContactListManager.java 523 listener.onContactChange(ContactListListener.LIST_LOADED,
557 listener.onContactChange(type, list, contact);
571 listener.onContactChange(ContactListListener.LIST_RENAMED,
593 listener.onContactChange(ContactListListener.LIST_CREATED,
612 listener.onContactChange(ContactListListener.LIST_DELETED,
633 listener.onContactChange(blocked ? ContactListListener.CONTACT_BLOCKED
  /packages/apps/IM/src/com/android/im/
IContactListListener.aidl 33 * @see com.android.im.engine.ContactListListener#onContactChange(int, ContactList, Contact)
35 void onContactChange(int type, IContactList list, in Contact contact);
  /packages/apps/IM/src/com/android/im/app/adapter/
ContactListListenerAdapter.java 39 public void onContactChange(int type, IContactList list,
  /packages/apps/IM/src/com/android/im/service/
ContactListManagerAdapter.java 436 public void onContactChange(final int type, final ContactList list,
555 listener.onContactChange(type, listAdapter, contact);
586 onContactChange(change.mType, change.mList, change.mContact);
    [all...]
  /packages/apps/IM/src/com/android/im/app/
ChatView.java 259 public void onContactChange(int type, IContactList list, Contact contact){
    [all...]

Completed in 150 milliseconds