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.java124 public static final String ACTION_DELETE_MULTIPLE_CONTACTS = "deleteMultipleContacts"; field in ContactSaveService
345 } else if (ACTION_DELETE_MULTIPLE_CONTACTS.equals(action)) { in onHandleIntent()
1191 serviceIntent.setAction(ContactSaveService.ACTION_DELETE_MULTIPLE_CONTACTS); in createDeleteMultipleContactsIntent()