Searched refs:deleteContact (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DDeleteFdnContactScreen.java79 deleteContact();
101 private void deleteContact() { method in class:DeleteFdnContactScreen
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactBrowseListFragment.java622 public void deleteContact(Uri contactUri) { method in class:ContactBrowseListFragment
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java194 deleteContact(intent);
827 private void deleteContact(Intent intent) { method in class:ContactSaveService
830 Log.e(TAG, "Invalid arguments for deleteContact request");
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java3499 return deleteContact(contactId, callerIsSyncAdapter);
3511 return deleteContact(contactId, callerIsSyncAdapter);
3536 return deleteContact(contactId, callerIsSyncAdapter);
3701 private int deleteContact(long contactId, boolean callerIsSyncAdapter) { method in class:ContactsProvider2

Completed in 327 milliseconds