Home
last modified time | relevance | path

Searched refs:createDeleteContactIntent (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DContactDeletionInteraction.java348 mContext.startService(ContactSaveService.createDeleteContactIntent(mContext, contactUri)); in doDeleteContact()
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java1174 public static Intent createDeleteContactIntent(Context context, Uri contactUri) { in createDeleteContactIntent() method in ContactSaveService