Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java120 public static final String ACTION_DELETE_MULTIPLE_CONTACTS = "deleteMultipleContacts"; field in ContactSaveService
341 } else if (ACTION_DELETE_MULTIPLE_CONTACTS.equals(action)) { in onHandleIntent()
1187 serviceIntent.setAction(ContactSaveService.ACTION_DELETE_MULTIPLE_CONTACTS); in createDeleteMultipleContactsIntent()