Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java119 public static final String ACTION_DELETE_CONTACT = "delete"; field in ContactSaveService
343 } else if (ACTION_DELETE_CONTACT.equals(action)) { in onHandleIntent()
1176 serviceIntent.setAction(ContactSaveService.ACTION_DELETE_CONTACT); in createDeleteContactIntent()