Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/activities/
DContactSelectionActivity.java330 fragment.setShortcutAction(Intent.ACTION_CALL); in configureListFragment()
338 fragment.setShortcutAction(Intent.ACTION_SENDTO); in configureListFragment()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DPhoneNumberPickerFragment.java180 public void setShortcutAction(String shortcutAction) { in setShortcutAction() method in PhoneNumberPickerFragment