Home
last modified time | relevance | path

Searched defs:removeContact (Results 1 – 6 of 6) sorted by relevance

/packages/apps/IM/src/com/android/im/
DIContactList.aidl41 int removeContact(String address); in removeContact() method
DIContactListManager.aidl63 int removeContact(String address); in removeContact() method
/packages/apps/IM/src/com/android/im/engine/
DContactList.java115 public void removeContact(Address address) throws ImException { in removeContact() method in ContactList
135 public void removeContact(Contact contact) throws ImException { in removeContact() method in ContactList
/packages/apps/IM/src/com/android/im/service/
DContactListAdapter.java68 public int removeContact(String address) { in removeContact() method in ContactListAdapter
DContactListManagerAdapter.java148 public int removeContact(String address) { in removeContact() method in ContactListManagerAdapter
/packages/apps/IM/src/com/android/im/app/
DContactListView.java283 public void removeContact() { in removeContact() method in ContactListView
291 void removeContact(Cursor c) { in removeContact() method in ContactListView