Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DUiIntentActions.java129 public static final String PICK_JOIN_CONTACT_ACTION = field in UiIntentActions
DContactsIntentResolver.java184 } else if (UiIntentActions.PICK_JOIN_CONTACT_ACTION.equals(action)) { in resolveIntent()
/packages/apps/Contacts/src/com/android/contacts/editor/
DPickRawContactDialogFragment.java192 intent.setAction(UiIntentActions.PICK_JOIN_CONTACT_ACTION); in onCreateDialog()
DContactEditorFragment.java1509 intent.setAction(UiIntentActions.PICK_JOIN_CONTACT_ACTION); in showJoinAggregateActivity()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java2920 intent.setAction(UiIntentActions.PICK_JOIN_CONTACT_ACTION); in doJoinContactAction()