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/activities/
DContactSelectionActivity.java243 case ContactsRequest.ACTION_CREATE_SHORTCUT_CONTACT: { in configureActivityTitle()
309 case ContactsRequest.ACTION_CREATE_SHORTCUT_CONTACT: { in configureListFragment()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DAllIntentsActivity.java77 ACTION_CREATE_SHORTCUT_CONTACT, enumConstant
180 case ACTION_CREATE_SHORTCUT_CONTACT: { in onListItemClick()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactsRequest.java69 public static final int ACTION_CREATE_SHORTCUT_CONTACT = 110; field in ContactsRequest
DContactsIntentResolver.java100 request.setActionCode(ContactsRequest.ACTION_CREATE_SHORTCUT_CONTACT); in resolveIntent()