Home
last modified time | relevance | path

Searched refs:deleteContact (Results 1 – 8 of 8) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
DContactsTableUtil.java112 public static int deleteContact(SQLiteDatabase db, long contactId) { in deleteContact() method in ContactsTableUtil
139 return deleteContact(db, contactId); in deleteContactIfSingleton()
/packages/services/Telephony/src/com/android/phone/settings/fdn/
DDeleteFdnContactScreen.java84 deleteContact(); in onActivityResult()
108 private void deleteContact() { in deleteContact() method in DeleteFdnContactScreen
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java224 deleteContact(intent); in onHandleIntent()
999 private void deleteContact(Intent intent) { in deleteContact() method in ContactSaveService
/packages/apps/Contacts/src/com/android/contacts/list/
DContactBrowseListFragment.java608 public void deleteContact(Uri contactUri) { in deleteContact() method in ContactBrowseListFragment
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java221 ContactsTableUtil.deleteContact(db, currentContactId); in aggregateContact()
DContactAggregator2.java382 ContactsTableUtil.deleteContact(db, cid); in reAggregateRawContacts()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java3482 return deleteContact(contactId, callerIsSyncAdapter); in deleteInTransaction()
3495 return deleteContact(contactId, callerIsSyncAdapter); in deleteInTransaction()
3521 return deleteContact(contactId, callerIsSyncAdapter); in deleteInTransaction()
3696 private int deleteContact(long contactId, boolean callerIsSyncAdapter) { in deleteContact() method in ContactsProvider2
3713 int result = ContactsTableUtil.deleteContact(db, contactId); in deleteContact()
4844 ContactsTableUtil.deleteContact(db, contactId); in updateAccountsInBackground()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java2280 private void deleteContact() { in deleteContact() method in QuickContactActivity
2482 deleteContact(); in onOptionsItemSelected()