Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactsRequest.java88 public static final int ACTION_CREATE_SHORTCUT_CONTACT = 110; field in ContactsRequest
DContactsIntentResolver.java119 request.setActionCode(ContactsRequest.ACTION_CREATE_SHORTCUT_CONTACT); in resolveIntent()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactSelectionActivity.java216 case ContactsRequest.ACTION_CREATE_SHORTCUT_CONTACT: { in configureActivityTitle()
294 case ContactsRequest.ACTION_CREATE_SHORTCUT_CONTACT: { in configureListFragment()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DAllIntentsActivity.java78 ACTION_CREATE_SHORTCUT_CONTACT, enumConstant
182 case ACTION_CREATE_SHORTCUT_CONTACT: { in onListItemClick()