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.java118 public static final String ACTION_JOIN_SEVERAL_CONTACTS = "joinSeveralContacts"; field in ContactSaveService
269 } else if (ACTION_JOIN_SEVERAL_CONTACTS.equals(action)) { in onHandleIntent()
1140 serviceIntent.setAction(ContactSaveService.ACTION_JOIN_SEVERAL_CONTACTS); in createJoinSeveralContactsIntent()