Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DContactMultiDeletionInteraction.java314 mContext.startService(ContactSaveService.createDeleteMultipleContactsIntent(mContext, in doDeleteContact()
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java1184 public static Intent createDeleteMultipleContactsIntent(Context context, in createDeleteMultipleContactsIntent() method in ContactSaveService