Searched defs:deleteContact (Results 1 - 7 of 7) sorted by relevance

/packages/apps/EmergencyInfo/tests/src/com/android/emergency/
H A DContactTestUtils.java32 public static boolean deleteContact(ContentResolver contentResolver, method in class:ContactTestUtils
/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
H A DContactsTableUtil.java112 public static int deleteContact(SQLiteDatabase db, long contactId) { method in class:ContactsTableUtil
139 return deleteContact(db, contactId);
/packages/services/Telephony/src/com/android/phone/settings/fdn/
H A DDeleteFdnContactScreen.java84 deleteContact();
108 private void deleteContact() { method in class:DeleteFdnContactScreen
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactBrowseListFragment.java607 public void deleteContact(Uri contactUri) { method in class:ContactBrowseListFragment
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java344 deleteContact(intent);
1193 private void deleteContact(Intent intent) { method in class:ContactSaveService
1196 Log.e(TAG, "Invalid arguments for deleteContact request");
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java2598 private void deleteContact() { method in class:QuickContactActivity
2867 deleteContact();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java3648 return deleteContact(contactId, callerIsSyncAdapter);
3661 return deleteContact(contactId, callerIsSyncAdapter);
3687 return deleteContact(contactId, callerIsSyncAdapter);
3862 private int deleteContact(long contactId, boolean callerIsSyncAdapter) { method in class:ContactsProvider2
3879 int result = ContactsTableUtil.deleteContact(db, contactId);
5343 ContactsTableUtil.deleteContact(db, contactId);

Completed in 347 milliseconds