Searched refs:ACTION_DELETE_CONTACT (Results 1 – 1 of 1) sorted by relevance
119 public static final String ACTION_DELETE_CONTACT = "delete"; field in ContactSaveService343 } else if (ACTION_DELETE_CONTACT.equals(action)) { in onHandleIntent()1176 serviceIntent.setAction(ContactSaveService.ACTION_DELETE_CONTACT); in createDeleteContactIntent()