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.java325 fragment.setShortcutAction(Intent.ACTION_CALL); in configureListFragment()
333 fragment.setShortcutAction(Intent.ACTION_SENDTO); in configureListFragment()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DPhoneNumberPickerFragment.java194 public void setShortcutAction(String shortcutAction) { in setShortcutAction() method in PhoneNumberPickerFragment