Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java135 public static final String ACTION_JOIN_SEVERAL_CONTACTS = "joinSeveralContacts"; field in ContactSaveService
349 } else if (ACTION_JOIN_SEVERAL_CONTACTS.equals(action)) { in onHandleIntent()
1365 serviceIntent.setAction(ContactSaveService.ACTION_JOIN_SEVERAL_CONTACTS); in createJoinSeveralContactsIntent()